Class TLcdS63Exception

All Implemented Interfaces:
Serializable

public class TLcdS63Exception extends IOException
This exception is thrown when the TLcdS63ModelDecoder/TLcdS63CatalogueModelDecoder is not able to decode a given ECDIS file.
Since:
5.1
See Also:
  • Constructor Details

    • TLcdS63Exception

      public TLcdS63Exception(String aMessage, TLcdS63Exception.ErrorCode aErrorCode)
      Creates a new TLcdS63Exception with the given message and error code.
    • TLcdS63Exception

      public TLcdS63Exception(TLcdS63Exception.ErrorCode aErrorCode)
      Creates a new TLcdS63Exception with the given error code.
  • Method Details

    • getErrorCode

      public TLcdS63Exception.ErrorCode getErrorCode()
      Returns the official ErrorCode of this exception.
      Returns:
      the official ErrorCode of this exception.