edu.utexas.its.eis.tools.qwicap.template.xml
Class TagException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.utexas.its.eis.tools.qwicap.servlet.QwicapException
              extended by 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

Constructor Summary
TagException(String Msg)
           
TagException(Throwable e)
           
 
Method Summary
 String getMarkup()
           
 void setMarkup(char[] Chars, int Offset, int Limit)
           
 
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

TagException

public TagException(String Msg)

TagException

public TagException(Throwable e)
Method Detail

setMarkup

public void setMarkup(char[] Chars,
                      int Offset,
                      int Limit)

getMarkup

public String getMarkup()