@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="URIError")
public class URIError
extends JsError
| Constructor and Description |
|---|
URIError()
The URIError() constructor creates an error when a global URI handling function was used in a wrong way.
|
URIError(java.lang.String message)
The URIError() constructor creates an error when a global URI handling function was used in a wrong way.
|
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 URIError(@Nonnull
java.lang.String message)
public URIError()