org.apache.maven.project
Class DuplicateProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.DuplicateProjectException
- All Implemented Interfaces:
- Serializable
public class DuplicateProjectException
- extends Exception
Exception that occurs when the project list contains duplicate projects instead of ignoring one.
- Author:
- Brett Porter
- See Also:
- Serialized Form
Constructor Summary |
DuplicateProjectException(String message)
Deprecated. use DuplicateProjectException(String, File, File, String) |
DuplicateProjectException(String message,
Exception e)
Deprecated. use DuplicateProjectException(String, File, File, String) |
DuplicateProjectException(String projectId,
File existingProjectFile,
File conflictingProjectFile,
String message)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateProjectException
public DuplicateProjectException(String message)
- Deprecated. use
DuplicateProjectException(String, File, File, String)
DuplicateProjectException
public DuplicateProjectException(String message,
Exception e)
- Deprecated. use
DuplicateProjectException(String, File, File, String)
DuplicateProjectException
public DuplicateProjectException(String projectId,
File existingProjectFile,
File conflictingProjectFile,
String message)
getProjectId
public String getProjectId()
getExistingProjectFile
public File getExistingProjectFile()
getConflictingProjectFile
public File getConflictingProjectFile()
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.