Package io.dialob.program
Class ProgramBuilderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.program.ProgramBuilderException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CannotCoerceTypeException,CannotNegateTypeException,CannotReduceTypeException,CannotReduceTypeWithOperatorException,MatcherRegexErrorException,TypesDoNotHaveRelationException
public abstract class ProgramBuilderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProgramBuilderException(String s)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract List<Object>getArgs()NodeBasegetNode()voidsetNode(NodeBase node)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-