Package dev.voidframework.web.exception
Class ErrorHandlerException.CantInstantiate
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ErrorHandlerException
dev.voidframework.web.exception.ErrorHandlerException.CantInstantiate
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ErrorHandlerException
Exception indicates that provided error handler can't be instantiated.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.ErrorHandlerException
ErrorHandlerException.CantInstantiate, ErrorHandlerException.ClassNotFound, ErrorHandlerException.InvalidClass -
Constructor Summary
ConstructorsConstructorDescriptionCantInstantiate(String className) Build a new instance.CantInstantiate(String className, Exception 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
-
CantInstantiate
Build a new instance.- Parameters:
className- The class name
-
CantInstantiate
Build a new instance.- Parameters:
className- The class namecause- The cause
-