Class OwsExceptionReportResponse

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.n52.shetland.ogc.ows.HasExtension<org.n52.shetland.ogc.ows.service.OwsServiceResponse>

    public class OwsExceptionReportResponse
    extends org.n52.shetland.ogc.ows.service.OwsServiceResponse
    TODO JavaDoc
    • Constructor Summary

      Constructors 
      Constructor Description
      OwsExceptionReportResponse​(org.n52.shetland.ogc.ows.exception.OwsExceptionReport owsExceptionReport)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.n52.shetland.ogc.ows.exception.OwsExceptionReport getOwsExceptionReport()  
      • Methods inherited from interface org.n52.shetland.ogc.ows.HasExtension

        addExtension, addExtension, addExtensions, addSweBooleanExtension, addSweBooleanExtension, addSwesExtension, addSweTextExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getBooleanExtension, getExtension, getExtension, getExtensionCount, hasExtension, hasExtension, hasExtensions, isSetExtensions
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceCommunicationObject

        getKey, getOperationName, getService, getVersion, hasOperationName, isSetService, isSetVersion, set, setOperationName, setService, setVersion, toString
      • Methods inherited from class org.n52.shetland.ogc.ows.service.OwsServiceResponse

        close, getContentType, getExtensions, isSetContentType, setContentType, setExtensions
    • Constructor Detail

      • OwsExceptionReportResponse

        public OwsExceptionReportResponse​(org.n52.shetland.ogc.ows.exception.OwsExceptionReport owsExceptionReport)
    • Method Detail

      • getOwsExceptionReport

        public org.n52.shetland.ogc.ows.exception.OwsExceptionReport getOwsExceptionReport()