org.apache.maven.project
Class DuplicateProjectException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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 327763 2005-10-23 08:07:38Z brett $
- Author:
- Brett Porter
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicateProjectException
public DuplicateProjectException(String message)
DuplicateProjectException
public DuplicateProjectException(String message,
Exception e)
Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.