edu.utexas.its.eis.tools.qwicap.servlet
Class QwicapException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
QwicapAbandonmentException, TagException

public class QwicapException
extends Exception

QwicapException is the base class for all but one of the exceptions generated by Qwicap. (The one exception not descended from this class is QwicapSessionDeathException, which exists to force a web application session to die, and is not to be caught, unless it is also re-thrown.)

Author:
Chris W. Johnson
See Also:
Serialized Form

Constructor Summary
QwicapException(String Msg)
           
QwicapException(Throwable T)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QwicapException

public QwicapException(String Msg)

QwicapException

public QwicapException(Throwable T)