public class EvaluationException extends RuntimeException
| Constructor and Description |
|---|
EvaluationException(String message) |
EvaluationException(String message,
SourceRange sourceRange) |
EvaluationException(String message,
SourceRange sourceRange,
Context context) |
EvaluationException(String message,
SourceRange sourceRange,
File file) |
EvaluationException(String message,
SourceRange sourceRange,
File file,
String traceback) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationException |
addExceptionInfo(SourceRange sourceRange,
Context context) |
EvaluationException |
addExceptionInfo(SourceRange sourceRange,
File file,
String traceback) |
static EvaluationException |
create(SourceRange sourceRange,
Context context,
String msgkey,
Object... args) |
static EvaluationException |
create(SourceRange sourceRange,
EvaluationException ee) |
static EvaluationException |
create(SourceRange sourceRange,
File file,
String msgkey,
Object... args) |
static EvaluationException |
create(SourceRange sourceRange,
String msgkey,
Object... args) |
static EvaluationException |
create(String msgkey,
Object... args) |
String |
getMessage() |
String |
getSimpleMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EvaluationException(String message)
public EvaluationException(String message, SourceRange sourceRange)
public EvaluationException(String message, SourceRange sourceRange, File file)
public EvaluationException(String message, SourceRange sourceRange, File file, String traceback)
public EvaluationException(String message, SourceRange sourceRange, Context context)
public static EvaluationException create(SourceRange sourceRange, String msgkey, Object... args)
public static EvaluationException create(String msgkey, Object... args)
public static EvaluationException create(SourceRange sourceRange, File file, String msgkey, Object... args)
public static EvaluationException create(SourceRange sourceRange, Context context, String msgkey, Object... args)
public static EvaluationException create(SourceRange sourceRange, EvaluationException ee)
public EvaluationException addExceptionInfo(SourceRange sourceRange, File file, String traceback)
public EvaluationException addExceptionInfo(SourceRange sourceRange, Context context)
public String getSimpleMessage()
public String getMessage()
getMessage in class ThrowableCopyright © 2014 Quattor. All Rights Reserved.