Uses of Package
dev.voidframework.web.exception
Packages that use dev.voidframework.web.exception
Package
Description
-
Classes in dev.voidframework.web.exception used by dev.voidframework.web.exceptionClassDescriptionAll exceptions related to the error handler are subclasses of
ErrorHandlerException.All exceptions related to the extra web server configuration are subclasses ofExtraWebServerConfigurationException.All exceptions related to the Filter feature are subclasses ofFilterException.All exceptions related to http possible errors are subclasses ofHttpException.All exceptions related to the https web server configuration are subclasses ofHttpsWebServerConfigurationException.All exceptions related to the routing feature are subclasses ofRoutingException. -
Classes in dev.voidframework.web.exception used by dev.voidframework.web.http.errorhandlerClassDescriptionException indicates that provided request is invalid.Exception indicates that a resource was not found.
-
Classes in dev.voidframework.web.exception used by dev.voidframework.web.server.http