Groovy Documentation

org.jdesktop.swingx.ws.yahoo.rss
[Java] Class RSSException

java.lang.Object
  java.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.

Authors:
rbair


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

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)


 

Groovy Documentation