dot-nfc
8.5.2
dot-nfc
/
com.innovatrics.dot.nfc
/
FlatTagStructureParser
/
ParsingException
Parsing
Exception
class
ParsingException
(
val
message
:
String
,
val
cause
:
Exception
)
:
RuntimeException
Thrown if parsing failed due to invalid structure of input bytes.
Constructors
Properties
Constructors
Parsing
Exception
Link copied to clipboard
fun
ParsingException
(
message
:
String
,
cause
:
Exception
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Exception
message
Link copied to clipboard
open
override
val
message
:
String