org.jdesktop.swingx.ws.yahoo.rss
Class RSSException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdesktop.swingx.ws.yahoo.rss.RSSException
All Implemented Interfaces:
Serializable

public class RSSException
extends Exception

Exception thrown if some problem occurs while reading a feed.

See Also:
Serialized Form

Constructor Summary
RSSException()
          Creates a new instance of RSSException
RSSException(String text)
           
RSSException(String text, Throwable cause)
           
RSSException(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

RSSException

public RSSException()
Creates a new instance of RSSException


RSSException

public RSSException(String text)

RSSException

public RSSException(Throwable cause)

RSSException

public RSSException(String text,
                    Throwable cause)