KitePDF
Toggle table of contents
0.10.0
Guide
GitHub
common
Target filter
common
Switch theme
Search in API
Skip to content
KitePDF
kitepdf-core
/
io.github.yuroyami.kitepdf.core.script
/
KiteScriptException
Kite
Script
Exception
class
KiteScriptException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
Exception
A script failed: it threw, did not parse, or ran past the engine's limits.
Members
Constructors
Kite
Script
Exception
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
expect
open
val
cause
:
Throwable
?
message
Link copied to clipboard
expect
open
val
message
:
String
?