org.jdesktop.swingx.ws.yahoo.rss
Class RSSException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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)