Uses of Class
org.mozilla.javascript.EvaluatorException
-
Uses of EvaluatorException in org.mozilla.javascript
Modifier and TypeMethodDescriptionstatic EvaluatorException
Context.reportRuntimeError
(String message) Report a runtime error using the error reporter for the current thread.static EvaluatorException
Context.reportRuntimeError
(String message, String sourceName, int lineno, String lineSource, int lineOffset) Report a runtime error using the error reporter for the current thread.ErrorReporter.runtimeError
(String message, String sourceName, int line, String lineSource, int lineOffset) Creates an EvaluatorException that may be thrown. -
Uses of EvaluatorException in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionErrorCollector.runtimeError
(String message, String sourceName, int line, String lineSource, int lineOffset) Creates an EvaluatorException that may be thrown.