Uses of Class
org.objectweb.dsrg.sofa.microarchitecture.InstantiationException

Packages that use InstantiationException
org.objectweb.dsrg.sofa.microarchitecture   
 

Uses of InstantiationException in org.objectweb.dsrg.sofa.microarchitecture
 

Methods in org.objectweb.dsrg.sofa.microarchitecture that throw InstantiationException
static MIComponent ComponentFactory.createComponent(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Creates new instance of specified component and returns reference to its control interface.
 DelegationChain CollectionChain.newInstance(java.lang.Object endpoint)
          Creates new instance from this CollectionChain.
 

Constructors in org.objectweb.dsrg.sofa.microarchitecture that throw InstantiationException
ComponentInstance(Architecture arch, Frame frame, java.lang.Iterable<Aspect> aspects, java.lang.Iterable<Bindable> units)
          Creates new ComponentInstance of Architecture arch with aspects applied.