com.atlassian.gadgets.directory.internal
Class NonAtomGadgetSpecFeedException

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.NonAtomGadgetSpecFeedException
All Implemented Interfaces:
Serializable

public class NonAtomGadgetSpecFeedException
extends RuntimeException

Thrown if the feed that we are trying to use as a gadget spec feed is not an Atom feed.

See Also:
Serialized Form

Constructor Summary
NonAtomGadgetSpecFeedException(URI feedUri)
           
 
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

NonAtomGadgetSpecFeedException

public NonAtomGadgetSpecFeedException(URI feedUri)
Method Detail

getFeedUri

public URI getFeedUri()


Copyright © 2011 Atlassian. All Rights Reserved.