Class | Description |
---|---|
AcceptHeader |
Parser of HTTP Accept header.
|
ISO8601Format |
Let formatting and parsing date expressed in ISO8601 format.
|
UWSExceptionFactory |
Let's creating the common exceptions of a UWS service.
|
UWSToolBox |
Some useful functions for the managing of a UWS service.
|
Exception | Description |
---|---|
ClientAbortException |
Exception which occurs when the connection between the HTTP client and a servlet has been unexpectedly closed.
|
UWSException |
Any exception returned by a class of the UWS pattern may be associated with
an HTTP error code (like: 404, 303, 500) and a UWS error type.
|