Package io.dialob.program.expr
Class CannotCoerceTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.program.ProgramBuilderException
-
- io.dialob.program.expr.CannotCoerceTypeException
-
- All Implemented Interfaces:
Serializable
public class CannotCoerceTypeException extends ProgramBuilderException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotCoerceTypeException(ValueType fromType, ValueType toType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getArgs()ValueTypegetFromType()ValueTypegetToType()-
Methods inherited from class io.dialob.program.ProgramBuilderException
getNode, setNode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-