org.apache.maven.project
Class DuplicateProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.DuplicateProjectException
- All Implemented Interfaces:
- java.io.Serializable
public class DuplicateProjectException
- extends java.lang.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(java.lang.String message)
Deprecated. use DuplicateProjectException(String, File, File, String) |
DuplicateProjectException(java.lang.String message,
java.lang.Exception e)
Deprecated. use DuplicateProjectException(String, File, File, String) |
DuplicateProjectException(java.lang.String projectId,
java.io.File existingProjectFile,
java.io.File conflictingProjectFile,
java.lang.String message)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DuplicateProjectException
public DuplicateProjectException(java.lang.String message)
- Deprecated. use
DuplicateProjectException(String, File, File, String)
DuplicateProjectException
public DuplicateProjectException(java.lang.String message,
java.lang.Exception e)
- Deprecated. use
DuplicateProjectException(String, File, File, String)
DuplicateProjectException
public DuplicateProjectException(java.lang.String projectId,
java.io.File existingProjectFile,
java.io.File conflictingProjectFile,
java.lang.String message)
getProjectId
public java.lang.String getProjectId()
getExistingProjectFile
public java.io.File getExistingProjectFile()
getConflictingProjectFile
public java.io.File getConflictingProjectFile()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.