public class ReferenceError extends Error
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
static ReferenceError |
prototype |
Modifier | Constructor and Description |
---|---|
|
ReferenceError() |
protected |
ReferenceError(Objs.Constructor<?> c,
Object js) |
|
ReferenceError(String message) |
Modifier and Type | Method and Description |
---|---|
static ReferenceError |
$as(Object obj) |
static ReferenceError |
newReferenceError() |
static ReferenceError |
newReferenceError(String message) |
$as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public static ReferenceError prototype
protected ReferenceError(Objs.Constructor<?> c, Object js)
public ReferenceError(String message)
public ReferenceError()
public static ReferenceError $as(Object obj)
public static ReferenceError newReferenceError(String message)
public static ReferenceError newReferenceError()
Copyright © 2018. All rights reserved.