org.usergrid.persistence.exceptions
Class QueryParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
QueryParseException()
           
QueryParseException(String arg0)
           
QueryParseException(String arg0, Throwable arg1)
           
QueryParseException(Throwable arg0)
           
 
Method Summary
 
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
 

Constructor Detail

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.