Package VASSAL.script.expression
Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
VASSAL.script.expression.ExpressionException
- All Implemented Interfaces:
Serializable
public class ExpressionException extends Exception
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected String
error
protected String
expression
-
Constructor Summary
Constructors Constructor Description ExpressionException(String s)
ExpressionException(String s, String e)
-
Method Summary
Modifier and Type Method Description String
getError()
String
getExpression()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
expression
-
error
-
-
Constructor Details
-
ExpressionException
-
ExpressionException
-
-
Method Details
-
getExpression
-
getError
-