Package org.codehaus.plexus
Class DuplicateChildContainerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.codehaus.plexus.PlexusContainerException
-
- org.codehaus.plexus.DuplicateChildContainerException
-
- All Implemented Interfaces:
Serializable
public class DuplicateChildContainerException extends PlexusContainerException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateChildContainerException(String parent, String child)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getChild()
String
getParent()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-