Uses of Class
org.mozilla.javascript.EcmaError

Packages that use EcmaError
org.mozilla.javascript   
 

Uses of EcmaError in org.mozilla.javascript
 

Methods in org.mozilla.javascript that return EcmaError
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. Use ScriptRuntime.constructError(String,String,String,int,String,int) instead.
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 © 2013. All Rights Reserved.