Uses of Class
org.mozilla.javascript.EvaluatorException
-
Packages that use EvaluatorException Package Description org.mozilla.javascript org.mozilla.javascript.ast org.mozilla.javascript.tools -
-
Uses of EvaluatorException in org.mozilla.javascript
Subclasses of EvaluatorException in org.mozilla.javascript Modifier and Type Class Description class
WrappedException
A wrapper for runtime exceptions.Methods in org.mozilla.javascript that return EvaluatorException Modifier and Type Method Description static EvaluatorException
Context. reportRuntimeError(java.lang.String message)
Report a runtime error using the error reporter for the current thread.static EvaluatorException
Context. reportRuntimeError(java.lang.String message, java.lang.String sourceName, int lineno, java.lang.String lineSource, int lineOffset)
Report a runtime error using the error reporter for the current thread.EvaluatorException
ErrorReporter. runtimeError(java.lang.String message, java.lang.String sourceName, int line, java.lang.String lineSource, int lineOffset)
Creates an EvaluatorException that may be thrown.Methods in org.mozilla.javascript that throw EvaluatorException Modifier and Type Method Description static java.lang.Object
Context. jsToJava(java.lang.Object value, java.lang.Class<?> desiredType)
Convert a JavaScript value into the desired type. -
Uses of EvaluatorException in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return EvaluatorException Modifier and Type Method Description EvaluatorException
ErrorCollector. runtimeError(java.lang.String message, java.lang.String sourceName, int line, java.lang.String lineSource, int lineOffset)
Creates an EvaluatorException that may be thrown. -
Uses of EvaluatorException in org.mozilla.javascript.tools
Methods in org.mozilla.javascript.tools that return EvaluatorException Modifier and Type Method Description EvaluatorException
ToolErrorReporter. runtimeError(java.lang.String message, java.lang.String sourceName, int line, java.lang.String lineSource, int lineOffset)
-