Class MultilevelRuntimeException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DuplicateFunctionException, DuplicateVariableException, InvocationRuntimeException, MethodNotFoundException, ScriptArrayInsertException, ScriptIteratorException, UpdateNotSupportedException

public abstract class MultilevelRuntimeException extends BaseRuntimeException
See Also:
  • Constructor Details

    • MultilevelRuntimeException

      public MultilevelRuntimeException(String message)
    • MultilevelRuntimeException

      public MultilevelRuntimeException(String code, String message)
    • MultilevelRuntimeException

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

      public MultilevelRuntimeException(ErrorDetail detail)
    • MultilevelRuntimeException

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

    • translate

      public abstract RuntimeException translate(Token token)
    • isLowLevel

      public boolean isLowLevel()
    • isHighLevel

      public boolean isHighLevel()
    • getLevel

      public ExceptionLevel getLevel()