levelz-kt
Toggle table of contents
0.3.3
common
Platform filter
common
Switch theme
Search in API
levelz-kt
levelz-kt
/
xyz.calcugames.levelz.parser
/
ParseException
Parse
Exception
open
class
ParseException
:
RuntimeException
Thrown to indicate errors in parsing a LevelZ file.
Inheritors
MissingHeaderException
MalformedPointException
Members
Constructors
Parse
Exception
Link copied to clipboard
constructor
(
message
:
String
?
)
Creates a new Parse Exception.
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
Creates a new Parse Exception.
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?