org.codehaus.plexus.component.composition
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.
- Version:
- $Id$
- Author:
- Jason van Zyl, Michal Maczka
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(String message)
- Construct a new
CompositionException
instance.
- Parameters:
message
- The detail message for this exception.
CycleDetectedInComponentGraphException
public CycleDetectedInComponentGraphException(String message,
Throwable throwable)
- Construct a new
CompositionException
instance.
- Parameters:
message
- The detail message for this exception.throwable
- the root cause of the exception
Copyright © 2001–2014 Codehaus. All rights reserved.