org.htmlcleaner
Class HtmlCleanerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.htmlcleaner.HtmlCleanerException
All Implemented Interfaces:
Serializable

public class HtmlCleanerException
extends RuntimeException

General HtmlCleaner runtime exception.

See Also:
Serialized Form

Constructor Summary
HtmlCleanerException()
           
HtmlCleanerException(String message)
           
HtmlCleanerException(String message, Throwable cause)
           
HtmlCleanerException(Throwable 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HtmlCleanerException

public HtmlCleanerException()

HtmlCleanerException

public HtmlCleanerException(Throwable cause)

HtmlCleanerException

public HtmlCleanerException(String message)

HtmlCleanerException

public HtmlCleanerException(String message,
                            Throwable cause)


Copyright © 2006-2014. All Rights Reserved.