public abstract class JSError extends java.lang.Object implements JSObjectFunctions
hasOwnProperty| Modifier and Type | Field and Description |
|---|---|
protected JSFunction |
constructor
property constructor
|
protected JSString |
message
property message
|
protected JSString |
name
property name
|
JSError |
prototype
Property prototype
|
| Constructor and Description |
|---|
JSError()
Object Error()
|
JSError(JSString message)
Object Error(message)
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithasOwnProperty, isPrototypeOf, propertyIsEnumerable, toLocaleString, toString, valueOfpublic JSError prototype
Errorprotected JSFunction constructor
Functionprotected JSString name
Stringpublic JSError()
public JSError(JSString message)
message - An optional error message that provides details about the exception