Uses of Class
org.mozilla.javascript.RhinoException
Packages that use RhinoException
-
Uses of RhinoException in org.mozilla.javascript
Subclasses of RhinoException in org.mozilla.javascriptModifier and TypeClassDescriptionclassThe class of exceptions raised by the engine as described in ECMA edition 3.classThe class of exceptions thrown by the JavaScript engine.classJava reflection of JavaScript exceptions.classA wrapper for runtime exceptions.Methods in org.mozilla.javascript with parameters of type RhinoExceptionModifier and TypeMethodDescriptionvoidEvaluator.captureStackInfo(RhinoException ex) Capture stack information from the given exception.voidInterpreter.captureStackInfo(RhinoException ex) Evaluator.getPatchedStack(RhinoException ex, String nativeStackTrace) Given a native stack trace, patch it with script-specific source and line informationInterpreter.getPatchedStack(RhinoException ex, String nativeStackTrace) Evaluator.getScriptStack(RhinoException ex) Get the script stack for the given exceptionInterpreter.getScriptStack(RhinoException ex) Interpreter.getScriptStackElements(RhinoException ex) -
Uses of RhinoException in org.mozilla.javascript.optimizer
Methods in org.mozilla.javascript.optimizer with parameters of type RhinoExceptionModifier and TypeMethodDescriptionvoidCodegen.captureStackInfo(RhinoException ex) Codegen.getPatchedStack(RhinoException ex, String nativeStackTrace) Codegen.getScriptStack(RhinoException ex)