com.sun.labs.minion
Class QueryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.labs.minion.SearchEngineException
              extended by com.sun.labs.minion.QueryException
All Implemented Interfaces:
java.io.Serializable

public class QueryException
extends SearchEngineException

An exception that can be thrown when a query built using the programmatic query API contains errors.

See Also:
Serialized Form

Constructor Summary
QueryException(java.lang.String s)
           
QueryException(java.lang.String s, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.sun.labs.minion.SearchEngineException
toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QueryException

public QueryException(java.lang.String s)

QueryException

public QueryException(java.lang.String s,
                      java.lang.Throwable cause)