edu.utexas.its.eis.tools.qwicap.servlet
Class QwicapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
QwicapException
public QwicapException(String Msg)
QwicapException
public QwicapException(Throwable T)