Class CycleDetectedInComponentGraphException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.component.composition.CycleDetectedInComponentGraphException
-
- All Implemented Interfaces:
Serializable
public class CycleDetectedInComponentGraphException extends Exception
Thrown when component composition goes awry.- Author:
- Jason van Zyl, Michal Maczka
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CycleDetectedInComponentGraphException(String message)
Construct 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 Detail
-
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(String message)
Construct a newCompositionException
instance.- Parameters:
message
- The detail message for this exception.
-
-