org.usergrid.persistence.exceptions
Class QueryParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.usergrid.persistence.exceptions.QueryParseException
- All Implemented Interfaces:
- Serializable
public class QueryParseException
- extends Exception
An exception thrown when a query cannot be parsed
- Author:
- tnine
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QueryParseException
public QueryParseException()
QueryParseException
public QueryParseException(String arg0,
Throwable arg1)
- Parameters:
arg0
- arg1
-
QueryParseException
public QueryParseException(String arg0)
- Parameters:
arg0
-
QueryParseException
public QueryParseException(Throwable arg0)
- Parameters:
arg0
-
Copyright © 2013. All Rights Reserved.