org.apache.maven.project
Class DuplicateProjectException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           org.apache.maven.project.DuplicateProjectException
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.
- Version:
- $Id: DuplicateProjectException.java 958295 2010-06-26 23:16:18Z hboutemy $
- 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-2010 The Apache Software Foundation. All Rights Reserved.