Package org.apache.maven.project
Class DuplicateProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.DuplicateProjectException
- All Implemented Interfaces:
Serializable
Exception that occurs when the project list contains duplicate projects instead of ignoring one.
- Version:
- $Id: DuplicateProjectException.java 640549 2008-03-24 20:05:11Z bentmann $
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDuplicateProjectException
(String message) DuplicateProjectException
(String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateProjectException
-
DuplicateProjectException
-