org.cdlib.xtf.textEngine
Class QueryGenException

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

 class QueryGenException
extends GeneralException

Exception class used to report errors from the query parser stylesheet.


Field Summary
 
Fields inherited from class GeneralException
attribs
 
Constructor Summary
QueryGenException(String message)
           
QueryGenException(String message, Throwable cause)
           
 
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

QueryGenException

public QueryGenException(String message)

QueryGenException

public QueryGenException(String message,
                         Throwable cause)