Package com.rometools.rome.io
Class FeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.rometools.rome.io.FeedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParsingFeedException
public class FeedException extends Exception
Exception thrown by WireFeedInput, WireFeedOutput, WireFeedParser and WireFeedGenerator instances if they can not parse or generate a feed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FeedException(String msg)Creates a FeedException with a message.FeedException(String msg, Throwable rootCause)Creates a FeedException with a message and a root cause exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FeedException
public FeedException(String msg)
Creates a FeedException with a message.- Parameters:
msg- exception message.
-
-