Package io.dialob.program.ddrl
Class UnknownValueTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.program.ddrl.UnknownValueTypeException
-
- All Implemented Interfaces:
Serializable
public class UnknownValueTypeException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownValueTypeException(String variableName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownValueTypeException
public UnknownValueTypeException(String variableName)
-
-