KJS::Error Class Reference
Factory methods for error objects. More...
#include <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 |
Detailed Description
Factory methods for error objects.
Definition at line 625 of file object.h.
Member Function Documentation
|
Factory method for error objects.
Definition at line 501 of file object.cpp. References KJS::List::append(), KJS::Object::construct(), KJS::Object::dynamicCast(), errorNames, and KJS::Object::put(). Referenced by KJS::Object::call(), KJS::Reference::getBase(), KJS::Reference::getValue(), and KJS::Reference::putValue(). |
Member Data Documentation
|
Array of error names corresponding to ErrorType.
Definition at line 499 of file object.cpp. Referenced by create(). |
The documentation for this class was generated from the following files: