Package org.spincast.core.exceptions
package org.spincast.core.exceptions
-
ClassDescriptionException thrown when an element from an JsonObject or from an JsonArray can't be compared to another.Exception thrown when an element from a JsonObject or from a JsonArray can't be converted to the requested type.An exception on which it is possible to specify the response
status code
to send to the user.Exception that will forward the request to another route.Exception to throw to trigger the "Not Found" route.An interface to be implemented by exceptions to indicate that their "message" can be displayed to the end user.Exception that will immediately send redirection headers.An interface for exceptions which allows them to control if the response should be reset (its buffer, headers, etc.) before running the "Exception" routing process.An exception which allows to control if the response should be reset (its buffer, headers, etc.) before running the "Exception" routing process.Exception that will simply stop the current routing process without starting any new one.