org.cdlib.xtf.servletBase
Class CQLParseException

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

 class CQLParseException
extends GeneralException

This exception is thrown when the request contains an invalid query string.


Field Summary
 
Fields inherited from class GeneralException
attribs
 
Constructor Summary
CQLParseException(String message)
          Constructor that only takes a 'message'.
 
Method Summary
 boolean isSevere()
          This particular exception isn't really severe enough to log
 
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

CQLParseException

public CQLParseException(String message)
Constructor that only takes a 'message'.

Parameters:
message - Message describing cause of this exception.
Method Detail

isSevere

public boolean isSevere()
This particular exception isn't really severe enough to log

Overrides:
isSevere in class GeneralException