dot-document
8.5.2
dot-document
/
com.innovatrics.dot.document.mrz
/
MrzReader
/
ReadingException
Reading
Exception
class
ReadingException
(
val
message
:
String
,
val
cause
:
Throwable
)
:
RuntimeException
Thrown if travel document type resolution, text recognition, or text parsing are unsuccessful.
Constructors
Properties
Constructors
Reading
Exception
Link copied to clipboard
fun
ReadingException
(
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
override
val
cause
:
Throwable
message
Link copied to clipboard
open
override
val
message
:
String