Package dev.voidframework.web.exception
Class ErrorHandlerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ErrorHandlerException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ErrorHandlerException.CantInstantiate,ErrorHandlerException.ClassNotFound,ErrorHandlerException.InvalidClass
All exceptions related to the error handler are subclasses of
ErrorHandlerException.- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classException indicates that provided error handler can't be instantiated.static classException indicates that request class was not found.static classException indicates that provided error handler is invalid. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedErrorHandlerException(String message) Build a new instance.protectedErrorHandlerException(String message, Throwable cause) Build a new instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ErrorHandlerException
Build a new instance.- Parameters:
message- The detail messagecause- The root cause
-
ErrorHandlerException
Build a new instance.- Parameters:
message- The detail message
-