| Package | Description |
|---|---|
| org.mozilla.javascript |
| Modifier and Type | Method and Description |
|---|---|
static EcmaError |
NativeGlobal.constructError(Context cx,
String error,
String message,
Scriptable scope)
Deprecated.
Use
ScriptRuntime.constructError(String,String)
instead. |
static EcmaError |
NativeGlobal.constructError(Context cx,
String error,
String message,
Scriptable scope,
String sourceName,
int lineNumber,
int columnNumber,
String lineSource)
Deprecated.
|
static EcmaError |
ScriptRuntime.constructError(String error,
String message) |
static EcmaError |
ScriptRuntime.constructError(String error,
String message,
int lineNumberDelta) |
static EcmaError |
ScriptRuntime.constructError(String error,
String message,
String sourceName,
int lineNumber,
String lineSource,
int columnNumber) |
protected static EcmaError |
IdScriptableObject.incompatibleCallError(IdFunctionObject f)
Utility method to construct type error to indicate incompatible call
when converting script thisObj to a particular type is not possible.
|
static EcmaError |
ScriptRuntime.typeError(String message) |
static EcmaError |
ScriptRuntime.typeError0(String messageId) |
static EcmaError |
ScriptRuntime.typeError1(String messageId,
String arg1) |
static EcmaError |
ScriptRuntime.typeError2(String messageId,
String arg1,
String arg2) |
static EcmaError |
ScriptRuntime.typeError3(String messageId,
String arg1,
String arg2,
String arg3) |
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.