rabbit.html
Class HTMLParseException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byrabbit.html.HTMLParseException
All Implemented Interfaces:
java.io.Serializable

public class HTMLParseException
extends java.lang.Exception

This exception indicates an error in the parsing of an HTML block.

See Also:
Serialized Form

Constructor Summary
HTMLParseException(java.lang.String s)
          Create a new HTMLParseException with the given string.
HTMLParseException(java.lang.Throwable t)
          Create a new HTMLParseException with the given Throwable.
 
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

HTMLParseException

public HTMLParseException(java.lang.String s)
Create a new HTMLParseException with the given string.

Parameters:
s - the reason for the exception.

HTMLParseException

public HTMLParseException(java.lang.Throwable t)
Create a new HTMLParseException with the given Throwable.

Parameters:
t - the reason for the exception.