Package com.luciad.format.s57
Class TLcdS57InvalidChecksumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.luciad.format.s57.TLcdS57InvalidChecksumException
- All Implemented Interfaces:
Serializable
An exception that is thrown when the CRC checksum of an ENC cell
is not correct.
- See Also:
-
Constructor Summary
ConstructorDescriptionConstructs aTLcdS57InvalidChecksumException
with
null
as its error detail message.TLcdS57InvalidChecksumException
(String aMessage) Constructs anTLcdS57InvalidChecksumException
with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TLcdS57InvalidChecksumException
public TLcdS57InvalidChecksumException()Constructs aTLcdS57InvalidChecksumException
with
null
as its error detail message. -
TLcdS57InvalidChecksumException
Constructs anTLcdS57InvalidChecksumException
with the specified detail message.- Parameters:
aMessage
- the detail message.
-