com.neeve.query
Class QueryParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.neeve.root.ERootRuntimeException
com.neeve.query.QueryException
com.neeve.query.QueryParseException
- All Implemented Interfaces:
- Serializable
public class QueryParseException
- extends QueryException
Thrown to indicate a problem parsing a query.
- See Also:
- Serialized Form
QueryParseException
public QueryParseException(String message,
int location)
QueryParseException
public QueryParseException(Throwable thrown,
int location)
QueryParseException
public QueryParseException(String message,
Throwable thrown,
int location)
getLocation
public int getLocation()
Copyright © 2016 Neeve Research, LLC. All Rights Reserved.