| Package | Description |
|---|---|
| org.spincast.core.controllers | |
| org.spincast.core.exceptions |
| Class and Description |
|---|
| ForwardRouteException
Exception that will forward the request to another route.
|
| IPublicException
An interface to be implemented by exceptions to indicate that
their "message" can be displayed to the end user.
|
| RedirectException
Exception that will immediately send redirection headers and will skip
any remaining handlers.
|
| Class and Description |
|---|
| CustomStatusCodeException |
| ICustomStatusCodeException
An exception on which it is possible to specify the
response
status code to send to the user. |
| IPublicException
An interface to be implemented by exceptions to indicate that
their "message" can be displayed to the end user.
|
| IResponseResetableException
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.
|
| ResponseResetableException
An exception which allows to control if the
response should be reset (its buffer, headers, etc.) before running
the "Exception" routing process.
|
Copyright © 2016. All rights reserved.