Class MultilevelRuntimeException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
MultilevelRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ClassInstantiationException,DuplicateFunctionException,DuplicateVariableException,InvalidFunctionException,InvalidImportException,InvocationRuntimeException,MethodNotFoundException,ScriptArrayInsertException,ScriptIteratorException,UpdateNotSupportedException
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionMultilevelRuntimeException(ErrorDetail detail, Throwable cause) MultilevelRuntimeException(String code, String message) MultilevelRuntimeException(String code, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()booleanbooleanabstract RuntimeExceptiontranslate(Token token) Methods inherited from class BaseRuntimeException
fillInStackTrace, getCode, setCodeMethods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MultilevelRuntimeException
-
MultilevelRuntimeException
-
MultilevelRuntimeException
-
MultilevelRuntimeException
-
-
Method Details
-
translate
-
isLowLevel
public boolean isLowLevel() -
isHighLevel
public boolean isHighLevel() -
getLevel
-