public class RangeError extends Error
Modifier and Type | Field and Description |
---|---|
static RangeError |
prototype |
Constructor and Description |
---|
RangeError() |
RangeError(String message) |
Modifier and Type | Method and Description |
---|---|
static RangeError |
applyStatic() |
static RangeError |
applyStatic(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public static RangeError prototype
public RangeError(String message)
public RangeError()
public static RangeError applyStatic(String message)
public static RangeError applyStatic()