Uses of Class
org.htmlunit.corejs.javascript.RhinoException
-
Packages that use RhinoException Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.optimizer org.htmlunit.corejs.javascript.tools -
-
Uses of RhinoException in org.htmlunit.corejs.javascript
Subclasses of RhinoException in org.htmlunit.corejs.javascript Modifier and Type Class Description classEcmaErrorThe class of exceptions raised by the engine as described in ECMA edition 3.classEvaluatorExceptionThe class of exceptions thrown by the JavaScript engine.classJavaScriptExceptionJava reflection of JavaScript exceptions.classWrappedExceptionA wrapper for runtime exceptions.Fields in org.htmlunit.corejs.javascript declared as RhinoException Modifier and Type Field Description private RhinoExceptionNativeError. stackProviderMethods in org.htmlunit.corejs.javascript with parameters of type RhinoException Modifier and Type Method Description voidEvaluator. captureStackInfo(RhinoException ex)Capture stack information from the given exception.voidInterpreter. captureStackInfo(RhinoException ex)private static java.lang.ObjectNativePromise. getErrorObject(Context cx, Scriptable scope, RhinoException re)java.lang.StringEvaluator. getPatchedStack(RhinoException ex, java.lang.String nativeStackTrace)Given a native stack trace, patch it with script-specific source and line informationjava.lang.StringInterpreter. getPatchedStack(RhinoException ex, java.lang.String nativeStackTrace)java.util.List<java.lang.String>Evaluator. getScriptStack(RhinoException ex)Get the script stack for the given exceptionjava.util.List<java.lang.String>Interpreter. getScriptStack(RhinoException ex)ScriptStackElement[][]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 RhinoException Modifier and Type Method Description voidCodegen. captureStackInfo(RhinoException ex)java.lang.StringCodegen. getPatchedStack(RhinoException ex, java.lang.String nativeStackTrace)java.util.List<java.lang.String>Codegen. getScriptStack(RhinoException ex) -
Uses of RhinoException in org.htmlunit.corejs.javascript.tools
Methods in org.htmlunit.corejs.javascript.tools with parameters of type RhinoException Modifier and Type Method Description private static java.lang.StringToolErrorReporter. getExceptionMessage(RhinoException ex)static voidToolErrorReporter. reportException(ErrorReporter er, RhinoException ex)voidToolErrorReporter. reportException(RhinoException ex)
-