@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="SyntaxError")
public class SyntaxError
extends JsError
| Constructor and Description |
|---|
SyntaxError()
The SyntaxError constructor creates a new error object that represents an error when trying to interpret syntactically invalid code.
|
SyntaxError(java.lang.String message)
The SyntaxError constructor creates a new error object that represents an error when trying to interpret syntactically invalid code.
|
assign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic SyntaxError(@Nonnull
java.lang.String message)
public SyntaxError()