Struct rusty_v8::Exception[][src]

pub struct Exception;
Expand description

Create new error objects by calling the corresponding error object constructor with the message.

Implementations

Creates an error message for the given exception. Will try to reconstruct the original stack trace from the exception value, or capture the current stack trace if not available.

Returns the original stack trace that was captured at the creation time of a given exception, or an empty handle if not available.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.