net.sf.jolene.dom
Class MalformedHTMLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by net.sf.jolene.dom.MalformedHTMLException
All Implemented Interfaces:
java.io.Serializable

public final class MalformedHTMLException
extends java.lang.RuntimeException

Exception thrown by the parser if it finds some unparsable html.

Author:
Dan Howard
See Also:
Serialized Form

Constructor Summary
MalformedHTMLException()
           
MalformedHTMLException(java.lang.String message)
          Constructs the exception with the specified message string.
MalformedHTMLException(java.lang.String message, java.lang.Throwable cause)
          Constructs the exception with the specified message string and cause.
MalformedHTMLException(java.lang.Throwable cause)
          Constructs the exception with the specified cause.
 
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

MalformedHTMLException

public MalformedHTMLException()

MalformedHTMLException

public MalformedHTMLException(java.lang.String message)
Constructs the exception with the specified message string.

Parameters:
message - - message string

MalformedHTMLException

public MalformedHTMLException(java.lang.Throwable cause)
Constructs the exception with the specified cause.

Parameters:
cause - - cause of the exception

MalformedHTMLException

public MalformedHTMLException(java.lang.String message,
                              java.lang.Throwable cause)
Constructs the exception with the specified message string and cause.

Parameters:
message - - message string
cause - - cause of the exception