public class TLcdCodecException
extends java.lang.Exception
Exception
is thrown when coding or decoding a graphics or
geographic format fails.Constructor and Description |
---|
TLcdCodecException()
Creates a new TLcdCodecException.
|
TLcdCodecException(java.lang.String aMessage)
Creates a new TLcdCodecException with the given message.
|
TLcdCodecException(java.lang.String aMessage,
java.lang.Throwable aCause)
Creates a new TLcdCodecException with the given message and the given
cause.
|
public TLcdCodecException()
public TLcdCodecException(java.lang.String aMessage)
public TLcdCodecException(java.lang.String aMessage, java.lang.Throwable aCause)