org.apache.maven.project
Class ProjectBuildingException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.maven.project.ProjectBuildingException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidProjectModelException

public class ProjectBuildingException
extends Exception

Version:
$Id: ProjectBuildingException.java 312827 2005-10-11 07:35:33Z jdcasey $
Author:
Jason van Zyl
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
ProjectBuildingException(String projectId, String message)
           
ProjectBuildingException(String projectId, String message, Throwable cause)
           
 
Method Summary
 String getProjectId()
           
 
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

ProjectBuildingException

public ProjectBuildingException(String projectId,
                                String message)

ProjectBuildingException

public ProjectBuildingException(String projectId,
                                String message,
                                Throwable cause)
Method Detail

getProjectId

public String getProjectId()


Copyright 2001-2001-2006 Apache Software Foundation. All Rights Reserved.