Package gw.lang.parser
Class EvaluationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
gw.lang.parser.exceptions.IEvaluationException
gw.lang.parser.EvaluationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidprintStackTrace(PrintStream print) voidprintStackTrace(PrintWriter print) voidsetAdditionalDetails(String additionalDetails) static RuntimeExceptionDeprecated.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)Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Field Details
-
_additionalDetails
-
-
Constructor Details
-
EvaluationException
-
EvaluationException
-
-
Method Details
-
wrap
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) -
getMessage
- Overrides:
getMessagein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
printStackTrace
- Overrides:
printStackTracein classThrowable
-
setAdditionalDetails
- Specified by:
setAdditionalDetailsin classIEvaluationException
-