java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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 classes inherited from class java.lang.Throwable |
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.