Class TLcdOWSUnsupportedVersionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSUnsupportedVersionException
All Implemented Interfaces:
Serializable

public class TLcdOWSUnsupportedVersionException extends IOException
An exception indicating a OGC web service only supports protocol versions that are not supported by LuciadLightspeed.
Since:
8.2
See Also:
  • Constructor Details

    • TLcdOWSUnsupportedVersionException

      public TLcdOWSUnsupportedVersionException(String aVersion)
      Constructs a new TLcdOWSUnsupportedVersionException with the given unsupported version.
      Parameters:
      aVersion - The unsupported version
  • Method Details

    • getVersion

      public String getVersion()
      Returns the unsupported version associated with this exception.
      Returns:
      the unsupported version associated with this exception.