Apache Tuscany SCA Kernel Sub-Project

org.apache.tuscany.spi.loader
Class NotOverridablePropertyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tuscany.api.TuscanyException
              extended by org.apache.tuscany.spi.loader.LoaderException
                  extended by org.apache.tuscany.spi.loader.NotOverridablePropertyException
All Implemented Interfaces:
Serializable

public class NotOverridablePropertyException
extends LoaderException

Version:
$Rev: 452761 $ $Date: 2006-10-03 23:33:20 -0700 (Tue, 03 Oct 2006) $
See Also:
Serialized Form

Constructor Summary
NotOverridablePropertyException(String name)
           
 
Method Summary
 
Methods inherited from class org.apache.tuscany.spi.loader.LoaderException
getResourceURI, setResourceURI
 
Methods inherited from class org.apache.tuscany.api.TuscanyException
addContextName, getIdentifier, getMessage, returnContextNames, setIdentifier
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

NotOverridablePropertyException

public NotOverridablePropertyException(String name)

Apache Tuscany SCA Kernel Sub-Project

-