Package io.dialob.program.expr
Class CannotReduceTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.program.ProgramBuilderException
-
- io.dialob.program.expr.CannotReduceTypeException
-
- All Implemented Interfaces:
Serializable
public class CannotReduceTypeException extends ProgramBuilderException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CannotReduceTypeException(String message, ValueType valueType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Object>getArgs()ValueTypegetValueType()-
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
-
-