Class ExpressionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.internal.expression.ExpressionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EvaluationException
,LexerException
,ParserException
Thrown when there's a problem during any stage of the expression
compilation or evaluation.
- See Also:
-
Constructor Summary
ConstructorDescriptionExpressionException
(int position) ExpressionException
(int position, String message) ExpressionException
(int position, String message, Throwable cause) ExpressionException
(int position, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionException
public ExpressionException(int position) -
ExpressionException
-
ExpressionException
-
ExpressionException
-
-
Method Details
-
getPosition
public int getPosition()
-