Class ParserException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sk89q.worldedit.internal.expression.ExpressionException
com.sk89q.worldedit.internal.expression.ParserException
- All Implemented Interfaces:
Serializable
Thrown when the parser encounters a problem.
- See Also:
-
Constructor Summary
ConstructorDescriptionParserException
(int position) ParserException
(int position, String message) ParserException
(int position, String message, Throwable cause) ParserException
(int position, Throwable cause) -
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
-
ParserException
public ParserException(int position) -
ParserException
-
ParserException
-
ParserException
-