Package com.luciad.format.s63
Class TLcdS63Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.format.s63.TLcdS63Exception
- All Implemented Interfaces:
Serializable
This exception is thrown when the TLcdS63ModelDecoder/TLcdS63CatalogueModelDecoder
is not able to decode a given ECDIS file.
- Since:
- 5.1
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classType-safe enumeration representing the different errors that can occur during the decoding process. -
Constructor Summary
ConstructorsConstructorDescriptionTLcdS63Exception(TLcdS63Exception.ErrorCode aErrorCode) Creates a new TLcdS63Exception with the given error code.TLcdS63Exception(String aMessage, TLcdS63Exception.ErrorCode aErrorCode) Creates a new TLcdS63Exception with the given message and error code. -
Method Summary
Modifier and TypeMethodDescriptionReturns the officialErrorCodeof this exception.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdS63Exception
Creates a new TLcdS63Exception with the given message and error code. -
TLcdS63Exception
Creates a new TLcdS63Exception with the given error code.
-
-
Method Details
-
getErrorCode
Returns the officialErrorCodeof this exception.- Returns:
- the official
ErrorCodeof this exception.
-