public class SyntaxException extends Exception
Template constructor, which makes
the more complex syntax checks.| Constructor and Description |
|---|
SyntaxException(String message,
SourceRange sourceRange) |
SyntaxException(String message,
SourceRange sourceRange,
File file) |
| Modifier and Type | Method and Description |
|---|---|
SyntaxException |
addExceptionInfo(SourceRange sourceRange,
File file) |
static SyntaxException |
create(SourceRange sourceRange,
EvaluationException ee) |
static SyntaxException |
create(SourceRange sourceRange,
File file,
String msgkey,
Object... args) |
static SyntaxException |
create(SourceRange sourceRange,
String msgkey,
Object... args) |
String |
getMessage() |
String |
getSimpleMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SyntaxException(String message, SourceRange sourceRange)
public SyntaxException(String message, SourceRange sourceRange, File file)
public static SyntaxException create(SourceRange sourceRange, String msgkey, Object... args)
public static SyntaxException create(SourceRange sourceRange, File file, String msgkey, Object... args)
public static SyntaxException create(SourceRange sourceRange, EvaluationException ee)
public SyntaxException addExceptionInfo(SourceRange sourceRange, File file)
public String getSimpleMessage()
public String getMessage()
getMessage in class ThrowableCopyright © 2014 Quattor. All Rights Reserved.