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 |
IExceptionHandlerService.$apply(Error exception) |
void |
IExceptionHandlerService.$apply(Error exception,
String cause) |
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) |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(Buffer password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
Buffer salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pbkdf2(String password,
String salt,
double iterations,
double keylen,
String digest,
Function.A2<? super Error,? super Buffer,? extends Object> callback) |
static void |
Exports.pseudoRandomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
static void |
Exports.randomBytes(double size,
Function.A2<? super Error,? super Buffer,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
Socket.send(Buffer buf,
double offset,
double length,
double port,
String address,
Function.A2<? super Error,? super Number,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
static String |
Exports.lookup(String domain,
double family,
Function.A3<? super Error,? super String,? super Number,? extends Void> callback) |
static String |
Exports.lookup(String domain,
Function.A3<? super Error,? super String,? super Number,? extends Void> callback) |
static Array<String> |
Exports.resolve(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve(String domain,
String rrtype,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve4(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolve6(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveCname(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveMx(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveNs(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveSrv(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.resolveTxt(String domain,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
static Array<String> |
Exports.reverse(String ip,
Function.A2<? super Error,? super Array<String>,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
Object |
Domain.bind(Function.A2<? super Error,? super Object,? extends Object> cb) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Error> |
SpawnSyncReturns.error |
Modifier and Type | Method and Description |
---|---|
Error |
SpawnSyncReturns.error() |
Modifier and Type | Method and Description |
---|---|
static ChildProcess |
Exports.exec(String command,
ExecOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
ExecOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.exec(String command,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
ExecFileOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptions options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithBufferEncoding options,
Function.A3<? super Error,? super Buffer,? super Buffer,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
ExecFileOptionsWithStringEncoding options,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
static ChildProcess |
Exports.execFile(String file,
String[] args,
Function.A3<? super Error,? super String,? super String,? extends Void> callback) |
Modifier and Type | Method and Description |
---|---|
void |
Server.getConnections(Function.A2<? super Error,? super Number,? extends Void> cb) |
Modifier and Type | Class and Description |
---|---|
class |
ErrnoException |
Modifier and Type | Method and Description |
---|---|
Object |
Domain.bind(Function.A2<? super Error,? super Object,? extends Object> cb) |
Modifier and Type | Field and Description |
---|---|
Objs.Property<Error> |
ClearTextStream.authorizationError |
Modifier and Type | Method and Description |
---|---|
Error |
ClearTextStream.authorizationError() |
Modifier and Type | Method and Description |
---|---|
static void |
Exports.deflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.deflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.gunzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.gzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflate(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.inflateRaw(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
static void |
Exports.unzip(Buffer buf,
Function.A2<? super Error,? super Object,? extends Void> callback) |
Copyright © 2018. All rights reserved.