| Package | Description |
|---|---|
| uws.job | |
| uws.service | |
| uws.service.error |
| Modifier and Type | Field and Description |
|---|---|
protected ServiceErrorWriter |
JobThread.errorWriter
Object to use in order to write the content of an error/exception in any output stream.
|
| Constructor and Description |
|---|
JobThread(UWSJob j,
ServiceErrorWriter errorWriter)
Builds the JobThread instance which will be used by the given job to execute its task.
|
JobThread(UWSJob j,
java.lang.String task,
ServiceErrorWriter errorWriter)
Builds the JobThread instance which will be used by the given job to execute its task.
|
| Modifier and Type | Field and Description |
|---|---|
protected ServiceErrorWriter |
UWSServlet.errorWriter
Lets writing/formatting any exception/throwable in a HttpServletResponse.
|
protected ServiceErrorWriter |
UWSService.errorWriter
Lets writing/formatting any exception/throwable in a HttpServletResponse.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceErrorWriter |
UWSServlet.getErrorWriter()
Gets the object used to write/format any error in a HttpServletResponse.
|
ServiceErrorWriter |
UWSService.getErrorWriter()
Gets the object used to write/format any error in a HttpServletResponse.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UWSServlet.setErrorWriter(ServiceErrorWriter errorWriter)
Sets the object used to write/format any error in a HttpServletResponse.
|
void |
UWSService.setErrorWriter(ServiceErrorWriter errorWriter)
Sets the object used to write/format any error in a HttpServletResponse.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultUWSErrorWriter
Default implementation of a
ServiceErrorWriter interface for a UWS service. |