public class Error extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
Modifier and Type | Field and Description |
---|---|
Objs.Property<String> |
message |
Objs.Property<String> |
name |
static Error |
prototype |
Modifier | Constructor and Description |
---|---|
|
Error() |
protected |
Error(Objs.Constructor<?> constructor,
Object js) |
|
Error(String message) |
Modifier and Type | Method and Description |
---|---|
static Error |
$as(Object obj)
Casts given object to this class.
|
static Error |
newError() |
static Error |
newError(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 Objs.Property<String> name
public Objs.Property<String> message
public static Error prototype
protected Error(Objs.Constructor<?> constructor, Object js)
public Error(String message)
public Error()
Copyright © 2018. All rights reserved.