| Package | Description |
|---|---|
| org.spincast.core.controllers | |
| org.spincast.core.exceptions | |
| org.spincast.core.json | |
| org.spincast.core.utils | |
| org.spincast.core.validation |
| Class and Description |
|---|
| ForwardRouteException
Exception that will forward the request to another route.
|
| PublicException
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.
|
| Class and Description |
|---|
| CustomStatusCodeException
An exception on which it is possible to specify the
response
status code to send to the user. |
| CustomStatusCodeExceptionDefault |
| 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.
|
| ResponseResetableExceptionDefault
An exception which allows to control if the
response should be reset (its buffer, headers, etc.) before running
the "Exception" routing process.
|
| Class and Description |
|---|
| CantConvertException
Exception thrown when an element from a JsonObject
or from a JsonArray can't be converted to the
requested type.
|
| Class and 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.
|
| Class and Description |
|---|
| CantCompareException
Exception thrown when an element from an JsonObject
or from an JsonArray can't be compared to another.
|
Copyright © 2017. All rights reserved.