Uses of Class
org.deegree.services.controller.exception.ControllerException

Packages that use ControllerException
org.deegree.services.controller   
org.deegree.services.controller.exception   
org.deegree.services.controller.exception.serializer   
org.deegree.services.controller.ows   
 

Uses of ControllerException in org.deegree.services.controller
 

Methods in org.deegree.services.controller with type parameters of type ControllerException
static
<T extends ControllerException>
void
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.
 



Copyright © 2011. All Rights Reserved.