Class ProjectBuildingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
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 $
See Also:
  • Field Details

    • projectId

      private final String projectId
  • Constructor Details

    • ProjectBuildingException

      public ProjectBuildingException(String projectId, String message)
    • ProjectBuildingException

      public ProjectBuildingException(String projectId, String message, Throwable cause)
  • Method Details