Package | Description |
---|---|
tap | |
tap.error | |
tap.resource | |
uws.job | |
uws.service | |
uws.service.error |
Modifier and Type | Field and Description |
---|---|
protected ServiceErrorWriter |
AbstractTAPFactory.errorWriter
The error writer to use when any error occurs while executing a resource or to format an error occurring while executing an asynchronous job.
|
Modifier and Type | Method and Description |
---|---|
abstract ServiceErrorWriter |
TAPFactory.getErrorWriter()
Get the object to use when an error must be formatted and written to the user.
|
ServiceErrorWriter |
AbstractTAPFactory.getErrorWriter() |
Constructor and Description |
---|
AbstractTAPFactory(ServiceConnection service,
ServiceErrorWriter errorWriter)
Build a basic TAPFactory.
|
AsyncThread(TAPJob j,
ADQLExecutor executor,
ServiceErrorWriter errorWriter)
Build a TAP asynchronous job execution.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultTAPErrorWriter
Default implementation of
ServiceErrorWriter for a TAP service. |
Modifier and Type | Field and Description |
---|---|
protected ServiceErrorWriter |
TAP.errorWriter
Object to use when an error occurs or comes until this resource from the others.
|
Modifier and Type | Method and Description |
---|---|
ServiceErrorWriter |
TAP.getErrorWriter()
Get the object to use in order to report errors to the user in replacement of the expected result.
|
Modifier and Type | Method and Description |
---|---|
void |
TAP.setErrorWriter(ServiceErrorWriter errorWriter)
Set the object to use in order to report errors to the user in replacement of the expected result.
|
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. |