|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdesktop.swingx.ws.yahoo.rss.RSSException
public class RSSException extends Exception
Exception thrown if some problem occurs while reading a feed.
| Constructor Summary | |
RSSException()
Creates a new instance of RSSException |
|
RSSException(String text)
|
|
RSSException(Throwable cause)
|
|
RSSException(String text, Throwable cause)
|
|
| Method Summary |
|---|
| Methods inherited from class Exception | |
|---|---|
| printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Methods inherited from class Throwable | |
|---|---|
| printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public RSSException()
public RSSException(String text)
public RSSException(Throwable cause)
public RSSException(String text, Throwable cause)
Groovy Documentation