org.apache.shindig.gadgets
Class UnsupportedFeatureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.shindig.gadgets.GadgetException
              extended by org.apache.shindig.gadgets.UnsupportedFeatureException
All Implemented Interfaces:
Serializable

public class UnsupportedFeatureException
extends GadgetException

Thrown whenever GadgetFeatureRegistry gets a request for a feature that is not registered.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.shindig.gadgets.GadgetException
GadgetException.Code
 
Constructor Summary
UnsupportedFeatureException(String name)
           
 
Method Summary
 
Methods inherited from class org.apache.shindig.gadgets.GadgetException
getCode, getHttpStatusCode
 
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

UnsupportedFeatureException

public UnsupportedFeatureException(String name)


Copyright © 2007-2012. All Rights Reserved.