USvgException

class USvgException(val kind: USvgErrorKind, message: String, cause: Throwable) : RuntimeException

Unchecked failure returned by the native usvg adapter.

Constructors

Link copied to clipboard
constructor(kind: USvgErrorKind, message: String, cause: Throwable)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open val message: String?