Package 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 org.exoplatform.container.spi.ContainerException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCyclicDependencyException(ComponentTaskContextEntry entry, boolean sameType) -
Method Summary
Modifier and TypeMethodDescriptionbooleanMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclicDependencyException
-
-
Method Details
-
getComponentKey
- Returns:
- the key of the dependency that causes the issue
-
getTaskType
- Returns:
- the type of the task for which this dependency is needed.
-
isSameType
public boolean isSameType()- Returns:
- the sameType
-