Uses of Class
org.mozilla.javascript.RhinoException
-
Uses of RhinoException in org.mozilla.javascript
Modifier and TypeClassDescriptionclass
The class of exceptions raised by the engine as described in ECMA edition 3.class
The class of exceptions thrown by the JavaScript engine.class
Java reflection of JavaScript exceptions.class
A wrapper for runtime exceptions.Modifier and TypeMethodDescriptionvoid
Evaluator.captureStackInfo
(RhinoException ex) Capture stack information from the given exception.void
Interpreter.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
Modifier and TypeMethodDescriptionvoid
Codegen.captureStackInfo
(RhinoException ex) Codegen.getPatchedStack
(RhinoException ex, String nativeStackTrace) Codegen.getScriptStack
(RhinoException ex)