org.openstreetmap.josm.tools.template_engine
Class ParseError
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openstreetmap.josm.tools.template_engine.ParseError
- All Implemented Interfaces:
- java.io.Serializable
public class ParseError
- extends java.lang.Exception
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
unexpectedToken
private final Tokenizer.Token unexpectedToken
ParseError
public ParseError(Tokenizer.Token unexpectedToken)
ParseError
public ParseError(Tokenizer.Token unexpectedToken,
Tokenizer.TokenType expected)
ParseError
public ParseError(int position,
SearchCompiler.ParseError e)
ParseError
public ParseError(java.lang.String message)
getUnexpectedToken
public Tokenizer.Token getUnexpectedToken()
unexpectedChar
public static ParseError unexpectedChar(char expected,
char found,
int position)
JOSM