org.apache.maven.project
Class DuplicateProjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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 495147 2007-01-11 07:47:53Z jvanzyl $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
DuplicateProjectException(java.lang.String message)
           
DuplicateProjectException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 
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
 

Constructor Detail

DuplicateProjectException

public DuplicateProjectException(java.lang.String message)

DuplicateProjectException

public DuplicateProjectException(java.lang.String message,
                                 java.lang.Exception e)


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.