Package com.luciad.util
Class TLcdCodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.util.TLcdCodecException
- All Implemented Interfaces:
Serializable
This
Exception
is thrown when coding or decoding a graphics or
geographic format fails.- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new TLcdCodecException.TLcdCodecException
(String aMessage) Creates a new TLcdCodecException with the given message.TLcdCodecException
(String aMessage, Throwable aCause) Creates a new TLcdCodecException with the given message and 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
-
TLcdCodecException
public TLcdCodecException()Creates a new TLcdCodecException. -
TLcdCodecException
Creates a new TLcdCodecException with the given message. -
TLcdCodecException
Creates a new TLcdCodecException with the given message and the given cause.
-