rabbit.html
Class HtmlParseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by rabbit.html.HtmlParseException
All Implemented Interfaces:
Serializable

public class HtmlParseException
extends Exception

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

Author:
Robert Olofsson
See Also:
Serialized Form

Constructor Summary
HtmlParseException(String s)
          Create a new HtmlParseException with the given string.
HtmlParseException(Throwable t)
          Create a new HtmlParseException with the given Throwable.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlParseException

public HtmlParseException(String s)
Create a new HtmlParseException with the given string.

Parameters:
s - the reason for the exception.

HtmlParseException

public HtmlParseException(Throwable t)
Create a new HtmlParseException with the given Throwable.

Parameters:
t - the reason for the exception.