Class JavaScriptParser.JSErrorReporter
java.lang.Object
org.fife.rsta.ac.js.JavaScriptParser.JSErrorReporter
- All Implemented Interfaces:
org.mozilla.javascript.ErrorReporter
- Enclosing class:
JavaScriptParser
public static class JavaScriptParser.JSErrorReporter
extends Object
implements org.mozilla.javascript.ErrorReporter
Error reporter for Rhino-based parsing.
- Version:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidorg.mozilla.javascript.EvaluatorExceptionruntimeError(String message, String sourceName, int line, String lineSource, int lineOffset) void
-
Constructor Details
-
JSErrorReporter
public JSErrorReporter()
-
-
Method Details
-
error
-
runtimeError
-
warning
-