org.jperdian.rss2
Class RssException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jperdian.rss2.RssException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RssParseException

public class RssException
extends java.lang.Exception

Thrown to signalise that an icomning RSS document is ilegal

Author:
Christian Robert
See Also:
Serialized Form

Constructor Summary
RssException(java.lang.String msg)
           
RssException(java.lang.String msg, java.lang.Throwable cause)
           
 
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(java.lang.String msg)

RssException

public RssException(java.lang.String msg,
                    java.lang.Throwable cause)