Package org.teavm.jso.impl
Class TeaVMErrorReporter
java.lang.Object
org.teavm.jso.impl.TeaVMErrorReporter
- All Implemented Interfaces:
org.mozilla.javascript.ErrorReporter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
org.mozilla.javascript.EvaluatorException
runtimeError(String message, String sourceName, int line, String lineSource, int lineOffset)
void
-
Constructor Details
-
TeaVMErrorReporter
-
-
Method Details
-
hasErrors
public boolean hasErrors() -
warning
public void warning(String message, String sourceName, int line, String lineSource, int lineOffset)- Specified by:
warning
in interfaceorg.mozilla.javascript.ErrorReporter
-
error
- Specified by:
error
in interfaceorg.mozilla.javascript.ErrorReporter
-
runtimeError
public org.mozilla.javascript.EvaluatorException runtimeError(String message, String sourceName, int line, String lineSource, int lineOffset)- Specified by:
runtimeError
in interfaceorg.mozilla.javascript.ErrorReporter
-