Uses of Class
org.mozilla.javascript.EcmaError
Packages that use EcmaError
-
Uses of EcmaError in org.mozilla.javascript
Methods in org.mozilla.javascript that return EcmaErrorModifier and TypeMethodDescriptionstatic EcmaErrorNativeGlobal.constructError(Context cx, String error, String message, Scriptable scope) Deprecated.static EcmaErrorNativeGlobal.constructError(Context cx, String error, String message, Scriptable scope, String sourceName, int lineNumber, int columnNumber, String lineSource) Deprecated.static EcmaErrorScriptRuntime.constructError(String error, String message) static EcmaErrorScriptRuntime.constructError(String error, String message, int lineNumberDelta) static EcmaErrorScriptRuntime.constructError(String error, String message, String sourceName, int lineNumber, String lineSource, int columnNumber) static EcmaErrorScriptRuntime.rangeError(String message) static EcmaErrorScriptRuntime.rangeErrorById(String messageId, Object... args) static EcmaErrorScriptRuntime.syntaxError(String message) static EcmaErrorScriptRuntime.syntaxErrorById(String messageId, Object... args) static EcmaErrorstatic EcmaErrorScriptRuntime.typeError0(String messageId) Deprecated.static EcmaErrorScriptRuntime.typeError1(String messageId, Object arg1) Deprecated.static EcmaErrorScriptRuntime.typeError2(String messageId, Object arg1, Object arg2) Deprecated.static EcmaErrorScriptRuntime.typeError3(String messageId, String arg1, String arg2, String arg3) Deprecated.static EcmaErrorScriptRuntime.typeErrorById(String messageId, Object... args)
ScriptRuntime.constructError(String,String)instead.