|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ControllerException in org.deegree.services.controller |
---|
Methods in org.deegree.services.controller with type parameters of type ControllerException | ||
---|---|---|
static
|
AbstractOGCServiceController.sendException(java.lang.String contentType,
java.lang.String encoding,
java.util.Map<java.lang.String,java.lang.String> additionalHeaders,
int httpStatusCode,
ExceptionSerializer<T> serializer,
T exception,
javax.servlet.http.HttpServletResponse response)
Sends an exception to the client. |
Uses of ControllerException in org.deegree.services.controller.exception |
---|
Subclasses of ControllerException in org.deegree.services.controller.exception | |
---|---|
class |
SOAPException
The SoapException class wraps the soap specific fault parameters. |
Uses of ControllerException in org.deegree.services.controller.exception.serializer |
---|
Classes in org.deegree.services.controller.exception.serializer with type parameters of type ControllerException | |
---|---|
interface |
ExceptionSerializer<T extends ControllerException>
The ExceptionSerializer class TODO add class documentation here. |
class |
XMLExceptionSerializer<T extends ControllerException>
The XMLExceptionSerializer class TODO add class documentation here. |
Uses of ControllerException in org.deegree.services.controller.ows |
---|
Subclasses of ControllerException in org.deegree.services.controller.ows | |
---|---|
class |
OWSException
OGC Web Service Exception for all OGC related errors. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |