ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
tiled
/
ktx.tiled
/
TiledException
Tiled
Exception
open
class
TiledException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
GdxRuntimeException
Common type of exceptions thrown by the Tiled API extensions.
Inheritors
MissingPropertyException
MissingLayerException
MissingShapeException
Members
Constructors
Tiled
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
?