org.ow2.petals.microkernel.api.extension.exception
Class NotSatisfiedDependenciesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ow2.petals.basisapi.exception.PetalsException
              extended by org.ow2.petals.microkernel.api.extension.exception.PetalsExtensionException
                  extended by org.ow2.petals.microkernel.api.extension.exception.NotSatisfiedDependenciesException
All Implemented Interfaces:
Serializable

public class NotSatisfiedDependenciesException
extends PetalsExtensionException

See Also:
Serialized Form

Constructor Summary
NotSatisfiedDependenciesException(List<PetalsExtensionController> extensionControllers)
           
 
Method Summary
 List<PetalsExtensionController> getExtensionControllers()
           
 
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

NotSatisfiedDependenciesException

public NotSatisfiedDependenciesException(List<PetalsExtensionController> extensionControllers)
Method Detail

getExtensionControllers

public List<PetalsExtensionController> getExtensionControllers()
Returns:
The extension controllers that a dependency not satisfied.


Copyright © 2005-2015 Linagora. All Rights Reserved.