v8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
v8::Exception Class Reference

#include <v8.h>

Static Public Member Functions

static Local< ValueRangeError (Handle< String > message)
 
static Local< ValueReferenceError (Handle< String > message)
 
static Local< ValueSyntaxError (Handle< String > message)
 
static Local< ValueTypeError (Handle< String > message)
 
static Local< ValueError (Handle< String > message)
 
static Local< MessageCreateMessage (Handle< Value > exception)
 
static Local< StackTraceGetStackTrace (Handle< Value > exception)
 

Detailed Description

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

Member Function Documentation

static Local<Message> v8::Exception::CreateMessage ( Handle< Value exception)
static

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.

static Local<Value> v8::Exception::Error ( Handle< String message)
static
static Local<StackTrace> v8::Exception::GetStackTrace ( Handle< Value exception)
static

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

static Local<Value> v8::Exception::RangeError ( Handle< String message)
static
static Local<Value> v8::Exception::ReferenceError ( Handle< String message)
static
static Local<Value> v8::Exception::SyntaxError ( Handle< String message)
static
static Local<Value> v8::Exception::TypeError ( Handle< String message)
static

The documentation for this class was generated from the following file: