com.neeve.query
Class QueryException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QueryParseException

public class QueryException
extends ERootRuntimeException

Thrown to indicate that a query related exception has occured.

See Also:
Serialized Form

Constructor Summary
QueryException(String message)
          Constructs a QueryException
QueryException(String message, Throwable cause)
          Constructs a QueryException
QueryException(Throwable cause)
          Constructs a QueryException
 
Method Summary
 
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

QueryException

public QueryException(String message)
Constructs a QueryException

Parameters:
message - Message indicating the cause

QueryException

public QueryException(Throwable cause)
Constructs a QueryException

Parameters:
cause - The cause of the exception

QueryException

public QueryException(String message,
                      Throwable cause)
Constructs a QueryException

Parameters:
message - Message indicating the cause
cause - The cause of the exception


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