Class TLcdCodecException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.luciad.util.TLcdCodecException
All Implemented Interfaces:
Serializable

public class TLcdCodecException extends Exception
This Exception is thrown when coding or decoding a graphics or geographic format fails.
See Also:
  • Constructor Details

    • TLcdCodecException

      public TLcdCodecException()
      Creates a new TLcdCodecException.
    • TLcdCodecException

      public TLcdCodecException(String aMessage)
      Creates a new TLcdCodecException with the given message.
    • TLcdCodecException

      public TLcdCodecException(String aMessage, Throwable aCause)
      Creates a new TLcdCodecException with the given message and the given cause.