org.cdlib.xtf.crossQuery
Class QueryRouteException

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

 class QueryRouteException
extends GeneralException

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


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

QueryRouteException

public QueryRouteException(String message)

QueryRouteException

public QueryRouteException(String message,
                           Throwable cause)