KJS::Error Class Reference
#include <object.h>
Detailed Description
Factory methods for error objects.
Definition at line 627 of file object.h.
Static Public Member Functions | |
static Object | create (ExecState *exec, ErrorType errtype=GeneralError, const char *message=0, int lineno=-1, int sourceId=-1) |
Static Public Attributes | |
static const char *const *const | errorNames = errorNamesArr |
Member Function Documentation
|
Factory method for error objects.
Definition at line 504 of file object.cpp. |
Member Data Documentation
|
Array of error names corresponding to ErrorType.
|
The documentation for this class was generated from the following files: