info.informatica.html.tag
Class TagParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by info.informatica.doc.DocumentException
              extended by info.informatica.html.HTMLDocumentException
                  extended by info.informatica.html.HTMLParsingException
                      extended by info.informatica.html.tag.TagParsingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TagValidationException

public class TagParsingException
extends HTMLParsingException

See Also:
Serialized Form

Constructor Summary
TagParsingException()
           
TagParsingException(String message)
           
TagParsingException(String message, Throwable t)
           
TagParsingException(Throwable t)
           
 
Method Summary
 
Methods inherited from class info.informatica.html.HTMLParsingException
getErrorPosition, setErrorPosition
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagParsingException

public TagParsingException()

TagParsingException

public TagParsingException(String message)

TagParsingException

public TagParsingException(String message,
                           Throwable t)

TagParsingException

public TagParsingException(Throwable t)