com.neeve.query
Class QueryParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.neeve.root.ERootRuntimeException
                  extended by com.neeve.query.QueryException
                      extended by 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

Constructor Summary
QueryParseException(String message, int location)
           
QueryParseException(String message, Throwable thrown, int location)
           
QueryParseException(Throwable thrown, int location)
           
 
Method Summary
 int getLocation()
           
 
Methods inherited from class com.neeve.root.ERootRuntimeException
getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryParseException

public QueryParseException(String message,
                           int location)

QueryParseException

public QueryParseException(Throwable thrown,
                           int location)

QueryParseException

public QueryParseException(String message,
                           Throwable thrown,
                           int location)
Method Detail

getLocation

public int getLocation()


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.