|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use EvaluatorException | |
|---|---|
| org.mozilla.javascript | |
| org.mozilla.javascript.ast | |
| Uses of EvaluatorException in org.mozilla.javascript |
|---|
| Subclasses of EvaluatorException in org.mozilla.javascript | |
|---|---|
class |
WrappedException
A wrapper for runtime exceptions. |
| Methods in org.mozilla.javascript that return EvaluatorException | |
|---|---|
static 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. |
EvaluatorException |
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 | |
|---|---|
static Object |
Context.jsToJava(Object value,
Class<?> desiredType)
Convert a JavaScript value into the desired type. |
| Uses of EvaluatorException in org.mozilla.javascript.ast |
|---|
| Methods in org.mozilla.javascript.ast that return EvaluatorException | |
|---|---|
EvaluatorException |
ErrorCollector.runtimeError(String message,
String sourceName,
int line,
String lineSource,
int lineOffset)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||