JsException
A wrapper for an exception thrown by a JavaScript code. All exceptions thrown by JS code are signalled to Wasm code as JsException
.
Since Kotlin
1.8Properties
Returns an array of stack trace elements representing the stack trace pertaining to this throwable.
Returns a list of all exceptions that were suppressed in order to deliver this exception.
Returns a list of all exceptions that were suppressed in order to deliver this exception.
Returns a list of all exceptions that were suppressed in order to deliver this exception.
Returns a list of all exceptions that were suppressed in order to deliver this exception.
Returns a list of all exceptions that were suppressed in order to deliver this exception.
Returns a list of all exceptions that were suppressed in order to deliver this exception.
value thrown by JavaScript; commonly it's an instance of an Error
or its subclass, but it can be any JavaScript value
Functions
When supported by the platform, adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
When supported by the platform, adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Adds the specified exception to the list of exceptions that were suppressed in order to deliver this exception.
Returns a list of stack trace addresses representing the stack trace pertaining to this throwable.
Prints the detailed description of this throwable to the standard output or standard error output.
Prints the detailed description of this throwable to console error output.
Prints the detailed description of this throwable to the standard error output.
Prints the detailed description of this throwable to the specified stream.
Prints the detailed description of this throwable to the specified writer.
Prints the detailed description of this throwable to the standard error output.
Prints the detailed description of this throwable to console error output.
Prints the detailed description of this throwable to console error output.
Returns the detailed description of this throwable with its stack trace.
Returns the detailed description of this throwable with its stack trace.
Returns the detailed description of this throwable with its stack trace.
Returns the detailed description of this throwable with its stack trace.
Returns the detailed description of this throwable with its stack trace.
Returns the detailed description of this throwable with its stack trace.