Uses of Class
org.mozilla.javascript.EvaluatorException
Packages that use EvaluatorException
-
Uses of EvaluatorException in org.mozilla.javascript
Subclasses of EvaluatorException in org.mozilla.javascriptMethods in org.mozilla.javascript that return EvaluatorExceptionModifier 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.(package private) static EvaluatorException
Context.reportRuntimeError0
(String messageId) Deprecated.(package private) static EvaluatorException
Context.reportRuntimeError1
(String messageId, Object arg1) Deprecated.(package private) static EvaluatorException
Context.reportRuntimeError2
(String messageId, Object arg1, Object arg2) Deprecated.(package private) static EvaluatorException
Context.reportRuntimeError3
(String messageId, Object arg1, Object arg2, Object arg3) Deprecated.(package private) static EvaluatorException
Deprecated.(package private) static EvaluatorException
Context.reportRuntimeErrorById
(String messageId, Object... args) DefaultErrorReporter.runtimeError
(String message, String sourceURI, int line, String lineText, int lineOffset) ErrorReporter.runtimeError
(String message, String sourceName, int line, String lineSource, int lineOffset) Creates an EvaluatorException that may be thrown.Methods in org.mozilla.javascript that throw EvaluatorException -
Uses of EvaluatorException in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return EvaluatorExceptionModifier and TypeMethodDescriptionErrorCollector.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.tools
Methods in org.mozilla.javascript.tools that return EvaluatorExceptionModifier and TypeMethodDescriptionToolErrorReporter.runtimeError
(String message, String sourceName, int line, String lineSource, int lineOffset)
Context.reportRuntimeErrorById(String messageId, Object...args)
instead