Uses of Class
org.htmlunit.corejs.javascript.RhinoException
Packages that use RhinoException
Package
Description
-
Uses of RhinoException in org.htmlunit.corejs.javascript
Subclasses of RhinoException in org.htmlunit.corejs.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.Fields in org.htmlunit.corejs.javascript declared as RhinoExceptionMethods in org.htmlunit.corejs.javascript with parameters of type RhinoExceptionModifier and TypeMethodDescriptionvoidEvaluator.captureStackInfo(RhinoException ex) Capture stack information from the given exception.voidInterpreter.captureStackInfo(RhinoException ex) private static ObjectNativePromise.getErrorObject(Context cx, Scriptable scope, RhinoException re) 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) voidNativeError.setStackProvider(RhinoException re) -
Uses of RhinoException in org.htmlunit.corejs.javascript.optimizer
Methods in org.htmlunit.corejs.javascript.optimizer with parameters of type RhinoExceptionModifier and TypeMethodDescriptionvoidCodegen.captureStackInfo(RhinoException ex) Codegen.getPatchedStack(RhinoException ex, String nativeStackTrace) Codegen.getScriptStack(RhinoException ex) -
Uses of RhinoException in org.htmlunit.corejs.javascript.tools
Methods in org.htmlunit.corejs.javascript.tools with parameters of type RhinoExceptionModifier and TypeMethodDescriptionprivate static StringToolErrorReporter.getExceptionMessage(RhinoException ex) static voidToolErrorReporter.reportException(ErrorReporter er, RhinoException ex) voidToolErrorReporter.reportException(RhinoException ex)