info.informatica.html
Class HTMLDocumentException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
HTMLParsingException

public class HTMLDocumentException
extends info.informatica.doc.DocumentException

Version:
1.01
Author:
amengual at informatica dot info
See Also:
Serialized Form

Constructor Summary
HTMLDocumentException()
           
HTMLDocumentException(String message)
           
HTMLDocumentException(String message, Throwable t)
           
HTMLDocumentException(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HTMLDocumentException

public HTMLDocumentException()

HTMLDocumentException

public HTMLDocumentException(String message)

HTMLDocumentException

public HTMLDocumentException(String message,
                             Throwable t)

HTMLDocumentException

public HTMLDocumentException(Throwable t)