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