org.cdlib.xtf.textEngine
Class QueryRequestParser.QueryFormatError

Object
  extended by Throwable
      extended by Exception
          extended by RuntimeException
              extended by GeneralException
                  extended by QueryRequestParser.QueryFormatError
All Implemented Interfaces:
Serializable
Enclosing class:
QueryRequestParser

public class QueryRequestParser.QueryFormatError
extends GeneralException

Exception class used to report errors from the query generator.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class GeneralException
attribs
 
Constructor Summary
QueryRequestParser.QueryFormatError(String message)
           
 
Method Summary
 boolean isSevere()
          Tells whether this is a really bad problem.
 
Methods inherited from class GeneralException
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

QueryRequestParser.QueryFormatError

public QueryRequestParser.QueryFormatError(String message)
Method Detail

isSevere

public boolean isSevere()
Description copied from class: GeneralException
Tells whether this is a really bad problem. Derived classes should override if it's not. If this method returns true, a call stack is passed to the errorGen stylesheet.

Overrides:
isSevere in class GeneralException