| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.tools |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Interpreter.captureStackInfo(RhinoException ex) |
void |
Evaluator.captureStackInfo(RhinoException ex)
Capture stack information from the given exception.
|
String |
Interpreter.getPatchedStack(RhinoException ex,
String nativeStackTrace) |
String |
Evaluator.getPatchedStack(RhinoException ex,
String nativeStackTrace)
Given a native stack trace, patch it with script-specific source and line information
|
List<String> |
Interpreter.getScriptStack(RhinoException ex) |
List<String> |
Evaluator.getScriptStack(RhinoException ex)
Get the script stack for the given exception
|
ScriptStackElement[][] |
Interpreter.getScriptStackElements(RhinoException ex) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ToolErrorReporter.reportException(ErrorReporter er,
RhinoException ex) |
void |
ToolErrorReporter.reportException(RhinoException ex) |
Copyright © 2025 HtmlUnit. All rights reserved.