Package com.luciad.ogc.ows.model
Class TLcdOWSDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.ogc.ows.model.TLcdOWSDecodingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TLcdOGCWMSException
An exception indicating an error occurred while decoding data
received from an OpenGIS web service.
- Since:
- 8.2
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs a newTLcdOWSDecodingException
.TLcdOWSDecodingException
(String aMessage) Constructs a newTLcdOWSDecodingException
with the specified detail message.TLcdOWSDecodingException
(String aMessage, Throwable aCause) Constructs a newTLcdOWSDecodingException
with the specified detail message and actual cause.TLcdOWSDecodingException
(Throwable aCause) Constructs a newTLcdOWSDecodingException
with the given cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdOWSDecodingException
public TLcdOWSDecodingException()Constructs a newTLcdOWSDecodingException
. -
TLcdOWSDecodingException
Constructs a newTLcdOWSDecodingException
with the specified detail message.- Parameters:
aMessage
- The detail message
-
TLcdOWSDecodingException
Constructs a newTLcdOWSDecodingException
with the specified detail message and actual cause.- Parameters:
aMessage
- The detail messageaCause
- The actual cause of this exception
-
TLcdOWSDecodingException
Constructs a newTLcdOWSDecodingException
with the given cause.- Parameters:
aCause
- The actual cause of this exception
-