com.sun.syndication.io

Class FeedException

public class FeedException extends Exception

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

Author: Alejandro Abdelnur

Constructor Summary
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.

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.

Copyright © Sun Microsystems. All Rights Reserved.