Package dev.voidframework.web.exception
package dev.voidframework.web.exception
-
ExceptionsClassDescriptionAll exceptions related to the error handler are subclasses of
ErrorHandlerException.Exception indicates that provided error handler can't be instantiated.Exception indicates that request class was not found.Exception indicates that provided error handler is invalid.All exceptions related to the extra web server configuration are subclasses ofExtraWebServerConfigurationException.Exception indicates that provided error handler can't be instantiated.Exception indicates that request class was not found.Exception indicates that provided error handler is invalid.All exceptions related to the Filter feature are subclasses ofFilterException.Exception indicates that Filter class can't be loaded.Exception indicates that an overflow occur during the filter chain processing.All exceptions related to http possible errors are subclasses ofHttpException.Exception indicates that provided request is invalid.Exception indicates that a server-side error occur.Exception indicates that a resource was not found.All exceptions related to the https web server configuration are subclasses ofHttpsWebServerConfigurationException.Exception indicates that key store cannot be loaded.Exception indicates that key manager cannot be initialized.Exception indicates that requested key was not found.Exception indicates that SSL context cannot be initialized.All exceptions related to the routing feature are subclasses ofRoutingException.Exception indicates that app defined route definition class can't be loaded.Exception indicates that an argument during the route registration is invalid.All exceptions related to the temporary files location are subclasses ofTempFileLocationException.Exception indicates that temporary files directory does not exist and can't be created.