Package dev.voidframework.web.exception
Class ExtraWebServerConfigurationException.CantInstantiate
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
dev.voidframework.web.exception.ExtraWebServerConfigurationException
dev.voidframework.web.exception.ExtraWebServerConfigurationException.CantInstantiate
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ExtraWebServerConfigurationException
public static class ExtraWebServerConfigurationException.CantInstantiate
extends ExtraWebServerConfigurationException
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.ExtraWebServerConfigurationException
ExtraWebServerConfigurationException.CantInstantiate, ExtraWebServerConfigurationException.ClassNotFound, ExtraWebServerConfigurationException.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
-