toggle menu
lib
1.4
jvm
switch theme
search in API
lib
/
dev.hossain.timeline
/
InvalidFormatException
Invalid
Format
Exception
class
InvalidFormatException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ParseException
Exception thrown when the JSON format is invalid or cannot be parsed.
Members
Constructors
Invalid
Format
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?