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