kusvg
Toggle table of contents
0.2.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
kusvg
kusvg
/
com.jetbrains.kusvg
/
USvgException
USvg
Exception
class
USvgException
(
val
kind
:
USvgErrorKind
,
message
:
String
,
cause
:
Throwable
)
:
RuntimeException
Unchecked failure returned by the native usvg adapter.
Members
Constructors
USvg
Exception
Link copied to clipboard
constructor
(
kind
:
USvgErrorKind
,
message
:
String
,
cause
:
Throwable
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
kind
Link copied to clipboard
val
kind
:
USvgErrorKind
message
Link copied to clipboard
open
val
message
:
String
?