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
-
Constructor Summary
ConstructorDescriptionMultilevelRuntimeException
(ErrorDetail detail, Throwable cause) MultilevelRuntimeException
(String code, String message) MultilevelRuntimeException
(String code, String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptiongetLevel()
boolean
boolean
abstract RuntimeException
translate
(Token token) Methods inherited from class BaseRuntimeException
fillInStackTrace, getCode, setCode
Methods 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
-