org.cdlib.xtf.dynaXML
Class UnsupportedQueryException

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by GeneralException
                  extended by DynaXMLException
                      extended by UnsupportedQueryException
All Implemented Interfaces:
Serializable

 class UnsupportedQueryException
extends DynaXMLException

This exception is thrown when an attempt is made to apply a text search to a document that isn't present in the index (including a document fetched from a URL.)


Field Summary
 
Fields inherited from class GeneralException
attribs
 
Constructor Summary
UnsupportedQueryException()
          Default constructor
 
Method Summary
 
Methods inherited from class GeneralException
isSevere, set
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedQueryException

public UnsupportedQueryException()
Default constructor