org.apache.maven.project
Class DuplicateProjectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.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 327763 2005-10-23 08:07:38Z brett $
Author:
Brett Porter
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
DuplicateProjectException(java.lang.String message)
           
DuplicateProjectException(java.lang.String message, java.lang.Exception e)
           
 
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 2006 Apache Software Foundation. All Rights Reserved.