| Package | Description |
|---|---|
| net.java.html.lib | |
| net.java.html.lib.dom |
| Modifier and Type | Class and Description |
|---|---|
class |
EvalError |
class |
RangeError |
class |
ReferenceError |
class |
SyntaxError |
class |
TypeError |
class |
URIError |
| Modifier and Type | Field and Description |
|---|---|
static Error |
Error.prototype |
| Modifier and Type | Method and Description |
|---|---|
static Error |
Error.$as(Object obj)
Casts given object to this class.
|
static Error |
Error.newError() |
static Error |
Error.newError(String message) |
| Modifier and Type | Method and Description |
|---|---|
void |
ErrorEventHandler.$apply(String message,
String filename,
double lineno,
double colno,
Error error) |
void |
Window.onerror(String message,
String filename,
double lineno,
double colno,
Error error) |
static void |
Exports.onerror(String message,
String filename,
double lineno,
double colno,
Error error) |
Copyright © 2016. All rights reserved.