Class WMSImagery.WMSGetCapabilitiesException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String incomingData  
    • Constructor Summary

      Constructors 
      Constructor Description
      WMSGetCapabilitiesException​(java.lang.String message, java.lang.String incomingData)
      Constructs a new WMSGetCapabilitiesException
      WMSGetCapabilitiesException​(java.lang.Throwable cause, java.lang.String incomingData)
      Constructs a new WMSGetCapabilitiesException
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getIncomingData()
      The data that caused this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • WMSGetCapabilitiesException

        public WMSGetCapabilitiesException​(java.lang.Throwable cause,
                                           java.lang.String incomingData)
        Constructs a new WMSGetCapabilitiesException
        Parameters:
        cause - the cause (which is saved for later retrieval by the Throwable.getCause() method)
        incomingData - the answer from WMS server
      • WMSGetCapabilitiesException

        public WMSGetCapabilitiesException​(java.lang.String message,
                                           java.lang.String incomingData)
        Constructs a new WMSGetCapabilitiesException
        Parameters:
        message - the detail message. The detail message is saved for later retrieval by the Throwable.getMessage() method
        incomingData - the answer from the server
        Since:
        10520
    • Method Detail

      • getIncomingData

        public java.lang.String getIncomingData()
        The data that caused this exception.
        Returns:
        The server response to the capabilities request.