org.apache.maven.project
Class ProjectBuildingException

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

public class ProjectBuildingException
extends Exception

Version:
$Id: ProjectBuildingException.java 543605 2007-06-01 20:46:57Z jvanzyl $
Author:
Jason van Zyl
See Also:
Serialized Form

Constructor Summary
ProjectBuildingException(String projectId, String message)
           
ProjectBuildingException(String projectId, String message, Throwable cause)
           
 
Method Summary
 String getMessage()
           
 String getProjectId()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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()

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable


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