toggle menu
Ksui
2.2.0-SNAPSHOT
common
switch theme
search in API
Ksui
/
xyz.mcxross.ksui.exception
/
ParsingException
Parsing
Exception
open
class
ParsingException
(
message
:
String
)
:
Exception
This error is used to explain why parsing failed.
Members
Constructors
Parsing
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?