Class ProgramBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.dialob.session.engine.program.ProgramBuilderException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CannotCoerceTypeException, CannotNegateTypeException, CannotReduceTypeException, CannotReduceTypeWithOperatorException, MatcherRegexErrorException, TypesDoNotHaveRelationException

public abstract class ProgramBuilderException extends RuntimeException
See Also:
  • Constructor Details

    • ProgramBuilderException

      public ProgramBuilderException(String s)
  • Method Details

    • getArgs

      public abstract List<Object> getArgs()