Class InvalidContextException
Object
Throwable
Exception
RuntimeException
BaseRuntimeException
MultilevelRuntimeException
InvocationRuntimeException
InvalidContextException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class MultilevelRuntimeException
MultilevelRuntimeException.Level -
Constructor Summary
ConstructorsConstructorDescriptionInvalidContextException(ErrorDetail detail, Throwable cause) InvalidContextException(String code, String message) InvalidContextException(String code, String message, Token mainToken) -
Method Summary
Modifier and TypeMethodDescriptionTokenvoidsetMainToken(Token mainToken) translate(Token token) Methods inherited from class InvocationRuntimeException
getMethod, getSubject, setMethod, setSubjectMethods inherited from class MultilevelRuntimeException
getLevel, isHighLevel, isLowLevelMethods 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
-
InvalidContextException
-
InvalidContextException
-
InvalidContextException
-
-
Method Details
-
translate
- Overrides:
translatein classInvocationRuntimeException
-
getMainToken
public Token getMainToken() -
setMainToken
public void setMainToken(Token mainToken)
-