org.exoplatform.container
Class CyclicDependencyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.exoplatform.container.spi.ContainerException
org.exoplatform.container.CyclicDependencyException
- All Implemented Interfaces:
- Serializable
public class CyclicDependencyException
- extends ContainerException
- Version:
- $Id$
- Author:
- Nicolas Filotto
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CyclicDependencyException
public CyclicDependencyException(ComponentTaskContextEntry entry,
boolean sameType)
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
Copyright © 2014 eXo Platform SAS. All Rights Reserved.