com.atlassian.gadgets.directory.internal
Class GadgetFeedParsingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.gadgets.directory.internal.GadgetFeedParsingException
All Implemented Interfaces:
Serializable

public class GadgetFeedParsingException
extends RuntimeException

Exception thrown if the gadget spec feed cannot be parsed

See Also:
Serialized Form

Constructor Summary
GadgetFeedParsingException(String message, URI feedUri, Throwable cause)
           
 
Method Summary
 URI getFeedUri()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GadgetFeedParsingException

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

getFeedUri

public URI getFeedUri()


Copyright © 2011 Atlassian. All Rights Reserved.