public class RangeError extends Error
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
static RangeError |
prototype |
Modifier | Constructor and Description |
---|---|
|
RangeError() |
protected |
RangeError(Objs.Constructor<?> c,
Object js) |
|
RangeError(String message) |
Modifier and Type | Method and Description |
---|---|
static RangeError |
$as(Object obj) |
static RangeError |
newRangeError() |
static RangeError |
newRangeError(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 RangeError prototype
protected RangeError(Objs.Constructor<?> c, Object js)
public RangeError(String message)
public RangeError()
public static RangeError $as(Object obj)
public static RangeError newRangeError(String message)
public static RangeError newRangeError()
Copyright © 2018. All rights reserved.