Class GadgetFeedParsingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.gadgets.feed.GadgetFeedParsingException
All Implemented Interfaces:
Serializable

public class GadgetFeedParsingException extends RuntimeException
Exception thrown if the gadget spec feed cannot be parsed
See Also:
  • Constructor Details

    • GadgetFeedParsingException

      public GadgetFeedParsingException(String message, URI feedUri, Throwable cause)
  • Method Details

    • getFeedUri

      public URI getFeedUri()