Package dev.voidframework.web.exception
Class ExtraWebServerConfigurationException.InvalidClass
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ExtraWebServerConfigurationException
dev.voidframework.web.exception.ExtraWebServerConfigurationException.InvalidClass
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExtraWebServerConfigurationException
public static class ExtraWebServerConfigurationException.InvalidClass
extends ExtraWebServerConfigurationException
Exception indicates that provided error handler is invalid.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class dev.voidframework.web.exception.ExtraWebServerConfigurationException
ExtraWebServerConfigurationException.CantInstantiate, ExtraWebServerConfigurationException.ClassNotFound, ExtraWebServerConfigurationException.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
-
InvalidClass
Build a new instance.- Parameters:
className- The class name
-