public class ScriptTranslationException extends SyntaxException
| Constructor and Description |
|---|
ScriptTranslationException(String message,
org.mozilla.javascript.ast.AstNode astNode) |
ScriptTranslationException(String message,
org.mozilla.javascript.ast.AstNode astNode,
Throwable cause) |
ScriptTranslationException(String message,
org.mozilla.javascript.EvaluatorException error) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxException |
adjustErrorStatistics(CodeBlockNode node,
boolean prettyPrint)
Attempts to adjust the position statistics to match the original source
|
org.mozilla.javascript.ast.AstNode |
getNode() |
getColumn, getIndex, getLineaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ScriptTranslationException(String message, org.mozilla.javascript.ast.AstNode astNode)
public ScriptTranslationException(String message, org.mozilla.javascript.ast.AstNode astNode, Throwable cause)
public ScriptTranslationException(String message, org.mozilla.javascript.EvaluatorException error)
public org.mozilla.javascript.ast.AstNode getNode()
public SyntaxException adjustErrorStatistics(CodeBlockNode node, boolean prettyPrint)
ex - Copyright © 2014. All rights reserved.