Class ExpressionTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.internal.expression.ExpressionException
com.sk89q.worldedit.internal.expression.EvaluationException
com.sk89q.worldedit.internal.expression.ExpressionTimeoutException
- All Implemented Interfaces:
Serializable
Thrown when an evaluation exceeds the timeout time.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.sk89q.worldedit.internal.expression.ExpressionException
getPosition
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExpressionTimeoutException
-