@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="TypeError")
public class TypeError
extends JsError
| Constructor and Description |
|---|
TypeError()
The TypeError() constructor creates a new error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
|
TypeError(java.lang.String message)
The TypeError() constructor creates a new error when an operation could not be performed, typically (but not exclusively) when a value is not of the expected type.
|
public TypeError(@Nonnull
java.lang.String message)
public TypeError()