eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

org.exoplatform.container
Class CyclicDependencyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.exoplatform.container.spi.ContainerException
                  extended by org.exoplatform.container.CyclicDependencyException
All Implemented Interfaces:
Serializable

public class CyclicDependencyException
extends ContainerException

Version:
$Id$
Author:
Nicolas Filotto
See Also:
Serialized Form

Constructor Summary
CyclicDependencyException(ComponentTaskContextEntry entry, boolean sameType)
           
 
Method Summary
 Object getComponentKey()
           
 ComponentTaskType getTaskType()
           
 boolean isSameType()
           
 
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

CyclicDependencyException

public CyclicDependencyException(ComponentTaskContextEntry entry,
                                 boolean sameType)
Method Detail

getComponentKey

public Object getComponentKey()
Returns:
the key of the dependency that causes the issue

getTaskType

public ComponentTaskType getTaskType()
Returns:
the type of the task for which this dependency is needed.

isSameType

public boolean isSameType()
Returns:
the sameType

eXo Kernel :: Container Multi-Threaded 2.5.0-CR2

Copyright © 2014 eXo Platform SAS. All Rights Reserved.