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