Class TLcdS63Exception.ErrorCode

java.lang.Object
com.luciad.format.s63.TLcdS63Exception.ErrorCode
Enclosing class:
TLcdS63Exception

public static class TLcdS63Exception.ErrorCode extends Object
Type-safe enumeration representing the different errors that can occur during the decoding process. These errors are defined in the IHO S-63 specification.
Since:
5.1
  • Field Details

    • SSE_01

      public static final TLcdS63Exception.ErrorCode SSE_01
      Self Signed Key is invalid.
    • SSE_02

      public static final TLcdS63Exception.ErrorCode SSE_02
      Format of Self Signed Key file is incorrect.
    • SSE_03

      public static final TLcdS63Exception.ErrorCode SSE_03
      SA Signed Data Server Certificate is invalid.
    • SSE_04

      public static final TLcdS63Exception.ErrorCode SSE_04
      Format of SA Signed DS Certificate is incorrect.
    • SSE_05

      public static final TLcdS63Exception.ErrorCode SSE_05
      SA Digital Certificate (X509) file is not available. A valid certificate can be obtained from the IHO website or your data supplier.
    • SSE_06

      public static final TLcdS63Exception.ErrorCode SSE_06
      The SA Signed Data Server Certificate is invalid. The SA may have issued a new public key or the ENC may originate from another service. A new SA public key can be obtained from the IHO website or from your data supplier.
    • SSE_07

      public static final TLcdS63Exception.ErrorCode SSE_07
      SA signed DS Certificate file is not available. A valid certificate can be obtained from the IHO website or your data supplier.
    • SSE_08

      public static final TLcdS63Exception.ErrorCode SSE_08
      SA Digital Certificate (X509) file incorrect format. A valid certificate can be obtained from the IHO website or your data supplier.
    • SSE_09

      public static final TLcdS63Exception.ErrorCode SSE_09
      ENC Signature is invalid.
    • SSE_010

      public static final TLcdS63Exception.ErrorCode SSE_010
      Permits not available for this Data Server. Contact your data supplier to obtain the correct permits.
    • SSE_011

      public static final TLcdS63Exception.ErrorCode SSE_011
      Cell Permit not found. Load the permit file provided by the data supplier.
    • SSE_012

      public static final TLcdS63Exception.ErrorCode SSE_012
      Cell Permit format is incorrect. Contact your data supplier and obtain a new permit file.
    • SSE_013

      public static final TLcdS63Exception.ErrorCode SSE_013
      Cell Permit is invalid (checksum is incorrect) or the Cell Permit is for a different system. Contact your data supplier and obtain a new or valid permit file.
    • SSE_014

      public static final TLcdS63Exception.ErrorCode SSE_014
      Incorrect system date, check that the computer clock (if accessible) is set correctly or contact your system supplier.
    • SSE_015

      public static final TLcdS63Exception.ErrorCode SSE_015
      Subscription service has expired. Please contact your data supplier to renew the subscription licence.
    • SSE_016

      public static final TLcdS63Exception.ErrorCode SSE_016
      ENC CRC value is incorrect. Contact your data supplier as ENC(s) may be corrupted or missing data.
    • SSE_017

      public static final TLcdS63Exception.ErrorCode SSE_017
      User permit is invalid (checksum is incorrect). Check that the correct hardware device (dongle) is connected or contact your system supplier to obtain a valid userpermit.
    • SSE_018

      public static final TLcdS63Exception.ErrorCode SSE_018
      HW_ID is incorrect format.
    • SSE_020

      public static final TLcdS63Exception.ErrorCode SSE_020
      Subscription service will expire in less than 30 days. Please contact your data supplier to renew the subscription licence.
    • SSE_021

      public static final TLcdS63Exception.ErrorCode SSE_021
      Decryption failed no valid cell permit found. Permits may be for another system or new permits may be required, please contact your supplier to obtain a new licence.
    • SSE_022

      public static final TLcdS63Exception.ErrorCode SSE_022
      SA Digital Certificate (X509) has expired. A new SA public key can be obtained from the IHO website or from your data supplier.
    • SSE_023

      public static final TLcdS63Exception.ErrorCode SSE_023
      Non sequential update, previous update(s) missing try reloading from the base media. If the problem persists contact your data supplier.
    • SSE_024

      public static final TLcdS63Exception.ErrorCode SSE_024
      ENC Signature format incorrect, contact your data supplier.
    • SSE_025

      public static final TLcdS63Exception.ErrorCode SSE_025
      Viewer – The permit for ENC has expired. This cell may be out of date and MUST NOT be used for Primary NAVIGATION.
    • SSE_026

      public static final TLcdS63Exception.ErrorCode SSE_026
      This ENC is not authenticated by the IHO acting as the Scheme Administrator.
    • SSE_027

      public static final TLcdS63Exception.ErrorCode SSE_027
      Viewer – ENC is not up to date. A New Edition, Re-issue or Update for this cell is missing and therefore MUST NOT be used for Primary NAVIGATION.
    • SSE_UNDEFINED

      public static final TLcdS63Exception.ErrorCode SSE_UNDEFINED
      This error code is used whenever no other, predefined code covers the error.
  • Method Details

    • getMessage

      public String getMessage()
      Returns a textual description of this error code.
    • toString

      public String toString()
      Overrides:
      toString in class Object