| java.lang.Object org.mozilla.javascript.DefaultErrorReporter
DefaultErrorReporter | class DefaultErrorReporter implements ErrorReporter(Code) | | This is the default error reporter for JavaScript.
author: Norris Boyd |
Method Summary | |
public void | error(String message, String sourceURI, int line, String lineText, int lineOffset, String id, Object params) | static ErrorReporter | forEval(ErrorReporter reporter) | public EvaluatorException | runtimeError(String message, String sourceURI, int line, String lineText, int lineOffset) | public void | warning(String message, String sourceURI, int line, String lineText, int lineOffset, String id, Object params) |
runtimeError | public EvaluatorException runtimeError(String message, String sourceURI, int line, String lineText, int lineOffset)(Code) | | |
|
|