Class TLcdOGCWMSException

All Implemented Interfaces:
Serializable

public class TLcdOGCWMSException extends TLcdOWSDecodingException
Represents an exception, different from an HTTP error or service exception report, that occurred while connecting with a WMS server or while parsing the result.

The exception can have two possible causes:

  • Another exception that was thrown in deeper layers. This can be retrieved through the method getCause().
  • An unrecognized result of the server. The contents of this result and its type can be retrieved through the methods getContentType() and getContents()
See Also:
  • Method Details

    • getContentType

      public String getContentType()
      Returns the content type of the data sent by te server.
      Returns:
      the content type of the data sent by te server..
    • getContents

      public byte[] getContents()
      Returns the data sent by the server.
      Returns:
      the data sent by the server.