Package dev.voidframework.web.exception
Class ErrorHandlerException.ClassNotFound
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ErrorHandlerException
dev.voidframework.web.exception.ErrorHandlerException.ClassNotFound
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ErrorHandlerException
Exception indicates that request class was not found.
- Since:
- 1.0.0
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.ErrorHandlerException
ErrorHandlerException.CantInstantiate, ErrorHandlerException.ClassNotFound, ErrorHandlerException.InvalidClass -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClassNotFound
Build a new instance.- Parameters:
className- The class name- Since:
- 1.0.0
-