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