class Error

Factory methods for error objects. More...

Full nameKJS::Error
Definition#include <object.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Static Methods

Public Members


Detailed Description

Object  create (ExecState *exec, ErrorType errtype = GeneralError, const char *message = 0, int lineno = -1, int sourceId = -1)

create

[static]

Factory method for error objects.

Parameters:
execThe current execution state
errtypeType of error.
messageOptional error message.
linenoOptional line number.
linenoOptional source id.

static const char * const * const errorNames

errorNames


Generated by: caleb on tcdevel on Tue Jan 28 12:54:24 2003, using kdoc $.