Class 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 Detail

      • FeedException

        public FeedException​(String msg)
        Creates a FeedException with a message.
        Parameters:
        msg - exception message.
      • FeedException

        public FeedException​(String msg,
                             Throwable rootCause)
        Creates a FeedException with a message and a root cause exception.
        Parameters:
        msg - exception message.
        rootCause - root cause exception.