rabbit.html
Class HtmlParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.