V8 Project
v8::Exception Class Reference

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

#include <v8.h>

+ Collaboration diagram for v8::Exception:

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)
 

Detailed Description

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

Definition at line 4130 of file v8.h.

Member Function Documentation

◆ Error()

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

◆ RangeError()

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

◆ ReferenceError()

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

◆ SyntaxError()

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

◆ TypeError()

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

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