edu.utexas.its.eis.tools.qwicap.template.xml
Class TagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
edu.utexas.its.eis.tools.qwicap.template.xml.TagException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- FormNotFoundException
public class TagException
- extends QwicapException
The base class for all of the exceptions relating to XML markup and its usage. In many cases this exception is
thrown directly, which would be unhelpfully general if it weren't for the ordinarily helpful explanatory messages
that are included in the exceptions.
- 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 |
TagException
public TagException(String Msg)
TagException
public TagException(Throwable e)
setMarkup
public void setMarkup(char[] Chars,
int Offset,
int Limit)
getMarkup
public String getMarkup()