Class BaseRuntimeException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AliasNotFoundException
,AnnotationAttributeException
,DataOwnerMismatchedException
,DateTimeLexerException
,DuplicateAliasException
,DuplicateImportException
,DuplicateMethodException
,DuplicateParameterException
,DuplicatePragmaException
,DuplicatePropertyKeyException
,FunctionNotFoundException
,IndexOutOfBoundsException
,InvalidDataTypeException
,InvalidDateTimeException
,InvalidLeftValueException
,InvalidPragmaValueException
,InvalidReceiverStateException
,JsonLexerException
,JsonParserException
,MisplacedOptionalException
,MultilevelRuntimeException
,NoClassFoundException
,PragmaNotFoundException
,PropertyNotFoundException
,PropertyOrderException
,ReceiverNotFoundException
,SchemaLexerException
,SchemaParserException
,ScriptOperationException
,ScriptThrowInitiatedException
,SystemOperationException
,TargetInvocationException
,TypeNotSupportedException
,ValidationException
,VariableNotFoundException
- See Also:
-
Constructor Summary
ConstructorDescriptionBaseRuntimeException
(ErrorDetail detail) BaseRuntimeException
(ErrorDetail detail, Throwable cause) BaseRuntimeException
(String code, String message) BaseRuntimeException
(String code, String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BaseRuntimeException
-
BaseRuntimeException
-
BaseRuntimeException
-
BaseRuntimeException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTrace
in classThrowable
-
getCode
-
setCode
-