Class BaseRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AliasNotFoundException, ClassInstantiationException, DateTimeLexerException, DuplicateAliasException, DuplicateImportException, DuplicateParameterException, DuplicatePragmaException, DuplicatePropertyKeyException, FunctionNotFoundException, IndexOutOfBoundsException, InvalidDataTypeException, InvalidDateTimeException, InvalidFunctionException, InvalidImportException, InvalidLeftValueException, InvalidPragmaValueException, InvalidReceiverStateException, InvalidReturnTypeException, JsonLexerException, JsonParserException, MisplacedOptionalException, MultilevelRuntimeException, NoClassFoundException, PragmaNotFoundException, PropertyNotFoundException, PropertyOrderException, ReceiverNotFoundException, SchemaLexerException, SchemaParserException, ScriptOperationException, ScriptThrowInitiatedException, SystemOperationException, TargetInvocationException, ValidationException, VariableNotFoundException

public class BaseRuntimeException extends RuntimeException
See Also:
  • Constructor Details

    • BaseRuntimeException

      public BaseRuntimeException(String message)
    • BaseRuntimeException

      public BaseRuntimeException(String code, String message)
    • BaseRuntimeException

      public BaseRuntimeException(String code, String message, Throwable cause)
    • BaseRuntimeException

      public BaseRuntimeException(ErrorDetail detail)
    • BaseRuntimeException

      public BaseRuntimeException(ErrorDetail detail, Throwable cause)
  • Method Details