Package org.codice.ddf.libs.klv
Class KlvDecodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.libs.klv.KlvDecodingException
- All Implemented Interfaces:
Serializable
Signals that an error has occurred while decoding KLV data.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionKlvDecodingException(String message) KlvDecodingException(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KlvDecodingException
-
KlvDecodingException
-