Class KlvDecodingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codice.ddf.libs.klv.KlvDecodingException
All Implemented Interfaces:
Serializable

public class KlvDecodingException extends Exception
Signals that an error has occurred while decoding KLV data.
See Also:
  • Constructor Details

    • KlvDecodingException

      public KlvDecodingException(String message)
    • KlvDecodingException

      public KlvDecodingException(String message, Throwable throwable)