ktx
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
ktx
script
/
ktx.script
/
ScriptEngineException
Script
Engine
Exception
class
ScriptEngineException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
GdxRuntimeException
Thrown when unable to execute a script or configure the scripting engine.
Members
Constructors
Script
Engine
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
?