Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.sun.syndication.io
Class FeedException  view FeedException download FeedException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.sun.syndication.io.FeedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ParsingFeedException

public class FeedException
extends java.lang.Exception

Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they can not parse or generate a feed.


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FeedException(java.lang.String msg)
          Creates a FeedException with a message.
FeedException(java.lang.String msg, java.lang.Throwable rootCause)
          Creates a FeedException with a message and a root cause exception.
 
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

FeedException

public FeedException(java.lang.String msg)
Creates a FeedException with a message.


FeedException

public FeedException(java.lang.String msg,
                     java.lang.Throwable rootCause)
Creates a FeedException with a message and a root cause exception.