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 classWrappedExceptionA wrapper for runtime exceptions.Methods in org.mozilla.javascript that return EvaluatorException Modifier and Type Method Description static EvaluatorExceptionContext. reportRuntimeError(java.lang.String message)Report a runtime error using the error reporter for the current thread.static EvaluatorExceptionContext. 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.EvaluatorExceptionErrorReporter. 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.ObjectContext. 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 EvaluatorExceptionErrorCollector. 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 EvaluatorExceptionToolErrorReporter. runtimeError(java.lang.String message, java.lang.String sourceName, int line, java.lang.String lineSource, int lineOffset)
-