toggle menu
lib
1.4
jvm
switch theme
search in API
lib
/
dev.hossain.timeline
/
ParseIOException
Parse
IOException
class
ParseIOException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
ParseException
Exception thrown when an IO error occurs during parsing.
Members
Constructors
Parse
IOException
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
?