eu.emi.dsr.db
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.emi.dsr.db.QueryException
All Implemented Interfaces:
Serializable

public class QueryException
extends Exception

See Also:
Serialized Form

Constructor Summary
QueryException(Object query)
           
QueryException(Object query, String message)
           
 
Method Summary
 Object getQuery()
           
 
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

QueryException

public QueryException(Object query)

QueryException

public QueryException(Object query,
                      String message)
Method Detail

getQuery

public Object getQuery()
Returns:
the query


Copyright © 2012. All Rights Reserved.