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:
Serializable

public class DuplicateProjectException
extends Exception

Exception that occurs when the project list contains duplicate projects instead of ignoring one.

Version:
$Id: DuplicateProjectException.java 640549 2008-03-24 20:05:11Z bentmann $
Author:
Brett Porter
See Also:
Serialized Form

Constructor Summary
DuplicateProjectException(String message)
           
DuplicateProjectException(String message, 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(String message)

DuplicateProjectException

public DuplicateProjectException(String message,
                                 Exception e)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.