org.apache.maven.project

Class DuplicateProjectException

public class DuplicateProjectException extends 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

Constructor Summary
DuplicateProjectException(String message)
DuplicateProjectException(String message, Exception e)

Constructor Detail

DuplicateProjectException

public DuplicateProjectException(String message)

DuplicateProjectException

public DuplicateProjectException(String message, Exception e)
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.