Class CycleDetectedInComponentGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException
- All Implemented Interfaces:
Serializable
Thrown when component composition goes awry.
- Author:
- Jason van Zyl, Michal Maczka
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstruct a newCompositionException
instance.CycleDetectedInComponentGraphException
(String message, Throwable throwable) Construct a newCompositionException
instance. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CycleDetectedInComponentGraphException
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.
-
CycleDetectedInComponentGraphException
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
-