TLVExceptionpublic class TLVException extends IOException This class represents exception occured during TLV data parsing. |
Constructors Summary |
---|
public TLVException(String message)Constructs new exception object with given error message.
super(message);
|
|