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.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionDuplicateProjectException(String message) Deprecated.DuplicateProjectException(String projectId, File existingProjectFile, File conflictingProjectFile, String message) DuplicateProjectException(String message, Exception e) Deprecated.
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
DuplicateProjectExceptionDeprecated.
- 
DuplicateProjectExceptionDeprecated.
- 
DuplicateProjectException
 
- 
- 
Method Details- 
getProjectId
- 
getExistingProjectFile
- 
getConflictingProjectFile
 
- 
DuplicateProjectException(String, File, File, String)