Uses of Class
org.mozilla.javascript.RhinoException

Packages that use RhinoException
org.mozilla.javascript   
org.mozilla.javascript.optimizer   
 

Uses of RhinoException in org.mozilla.javascript
 

Subclasses of RhinoException in org.mozilla.javascript
 class EcmaError
          The class of exceptions raised by the engine as described in ECMA edition 3.
 class EvaluatorException
          The class of exceptions thrown by the JavaScript engine.
 class JavaScriptException
          Java reflection of JavaScript exceptions.
 class WrappedException
          A wrapper for runtime exceptions.
 

Methods in org.mozilla.javascript with parameters of type RhinoException
 void Evaluator.captureStackInfo(RhinoException ex)
          Capture stack information from the given exception.
 void Interpreter.captureStackInfo(RhinoException ex)
           
 String Evaluator.getPatchedStack(RhinoException ex, String nativeStackTrace)
          Given a native stack trace, patch it with script-specific source and line information
 String Interpreter.getPatchedStack(RhinoException ex, String nativeStackTrace)
           
 List<String> Evaluator.getScriptStack(RhinoException ex)
          Get the script stack for the given exception
 List<String> Interpreter.getScriptStack(RhinoException ex)
           
 ScriptStackElement[][] Interpreter.getScriptStackElements(RhinoException ex)
           
 

Uses of RhinoException in org.mozilla.javascript.optimizer
 

Methods in org.mozilla.javascript.optimizer with parameters of type RhinoException
 void Codegen.captureStackInfo(RhinoException ex)
           
 String Codegen.getPatchedStack(RhinoException ex, String nativeStackTrace)
           
 List<String> Codegen.getScriptStack(RhinoException ex)
           
 



Copyright © 2013. All Rights Reserved.