Package com.luciad.ogc.ows.model
Class TLcdOWSUnsupportedVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSUnsupportedVersionException
- All Implemented Interfaces:
Serializable
An exception indicating a OGC web service only supports protocol versions
that are not supported by LuciadLightspeed.
- Since:
- 8.2
- See Also:
-
Constructor Summary
ConstructorDescriptionTLcdOWSUnsupportedVersionException
(String aVersion) Constructs a newTLcdOWSUnsupportedVersionException
with the given unsupported version. -
Method Summary
Modifier and TypeMethodDescriptionReturns the unsupported version associated with this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdOWSUnsupportedVersionException
Constructs a newTLcdOWSUnsupportedVersionException
with the given unsupported version.- Parameters:
aVersion
- The unsupported version
-
-
Method Details
-
getVersion
Returns the unsupported version associated with this exception.- Returns:
- the unsupported version associated with this exception.
-