| Interface | Description |
|---|---|
| CustomStatusCodeException |
An exception on which it is possible to specify the
response
status code to send to the user. |
| PublicException |
An interface to be implemented by exceptions to indicate that
their "message" can be displayed to the end user.
|
| ResponseResetableException |
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.
|
| Exception | Description |
|---|---|
| CantCompareException |
Exception thrown when an element from an JsonObject
or from an JsonArray can't be compared to another.
|
| CantConvertException |
Exception thrown when an element from a JsonObject
or from a JsonArray can't be converted to the
requested type.
|
| CustomStatusCodeExceptionDefault | |
| ForwardRouteException |
Exception that will forward the request to another route.
|
| NotFoundException |
Exception to throw to trigger the "Not Found" route.
|
| PublicExceptionDefault | |
| RedirectException |
Exception that will immediately send redirection headers and will make
any remaining route handlers being skipped.
|
| ResponseResetableExceptionDefault |
An exception which allows to control if the
response should be reset (its buffer, headers, etc.) before running
the "Exception" routing process.
|
| SkipRemainingHandlersException |
Exception that will simply stop the current routing process
without starting any new one.
|
Copyright © 2016. All rights reserved.