public class EvaluationException extends IEvaluationException
| Constructor and Description |
|---|
EvaluationException(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
void |
printStackTrace(PrintStream print) |
void |
printStackTrace(PrintWriter print) |
void |
setAdditionalDetails(String additionalDetails) |
static RuntimeException |
wrap(Throwable cause)
Deprecated.
This method is here to support the historical runtime semantics, and should not be used in standard
gosu (it is used in code gen, see gw.internal.gosu.ir.transform.statement.TryCatchFinallyStatementTransformer#wrapCatchSymbol(gw.lang.ir.IRExpression)
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toStringpublic EvaluationException(String message)
@Deprecated public static RuntimeException wrap(Throwable cause)
public String getMessage()
getMessage in class Throwablepublic void printStackTrace(PrintStream print)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter print)
printStackTrace in class Throwablepublic void setAdditionalDetails(String additionalDetails)
setAdditionalDetails in class IEvaluationExceptionCopyright © 2019. All rights reserved.