toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie
/
ParseException
Parse
Exception
class
ParseException
:
IllegalArgumentException
Members
Constructors
Parse
Exception
Link copied to clipboard
constructor
(
lineReader
:
LineReader
,
message
:
String
)
constructor
(
lineReader
:
LineReader
,
cause
:
Exception
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
line
Link copied to clipboard
val
line
:
Int
message
Link copied to clipboard
open
override
val
message
:
String