|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RhinoException | |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript | |
| net.sourceforge.htmlunit.corejs.javascript.optimizer | |
| net.sourceforge.htmlunit.corejs.javascript.tools | |
| Uses of RhinoException in net.sourceforge.htmlunit.corejs.javascript |
|---|
| Subclasses of RhinoException in net.sourceforge.htmlunit.corejs.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 net.sourceforge.htmlunit.corejs.javascript with parameters of type RhinoException | |
|---|---|
void |
Interpreter.captureStackInfo(RhinoException ex)
|
void |
Evaluator.captureStackInfo(RhinoException ex)
Capture stack information from the given exception. |
java.lang.String |
Interpreter.getPatchedStack(RhinoException ex,
java.lang.String nativeStackTrace)
|
java.lang.String |
Evaluator.getPatchedStack(RhinoException ex,
java.lang.String nativeStackTrace)
Given a native stack trace, patch it with script-specific source and line information |
java.util.List<java.lang.String> |
Interpreter.getScriptStack(RhinoException ex)
|
java.util.List<java.lang.String> |
Evaluator.getScriptStack(RhinoException ex)
Get the script stack for the given exception |
ScriptStackElement[][] |
Interpreter.getScriptStackElements(RhinoException ex)
|
| Uses of RhinoException in net.sourceforge.htmlunit.corejs.javascript.optimizer |
|---|
| Methods in net.sourceforge.htmlunit.corejs.javascript.optimizer with parameters of type RhinoException | |
|---|---|
void |
Codegen.captureStackInfo(RhinoException ex)
|
java.lang.String |
Codegen.getPatchedStack(RhinoException ex,
java.lang.String nativeStackTrace)
|
java.util.List<java.lang.String> |
Codegen.getScriptStack(RhinoException ex)
|
| Uses of RhinoException in net.sourceforge.htmlunit.corejs.javascript.tools |
|---|
| Methods in net.sourceforge.htmlunit.corejs.javascript.tools with parameters of type RhinoException | |
|---|---|
static void |
ToolErrorReporter.reportException(ErrorReporter er,
RhinoException ex)
|
void |
ToolErrorReporter.reportException(RhinoException ex)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||