Class ProjectBuildingException

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

@Deprecated(since="4.0.0") public class ProjectBuildingException extends Exception
Deprecated.
use org.apache.maven.api.services.ProjectBuilder instead
See Also:
  • Constructor Details

    • ProjectBuildingException

      public ProjectBuildingException(String projectId, String message, Throwable cause)
      Deprecated.
    • ProjectBuildingException

      public ProjectBuildingException(String projectId, String message, File pomFile)
      Deprecated.
      Parameters:
      projectId -
      message -
      pomFile - pom file location
    • ProjectBuildingException

      protected ProjectBuildingException(String projectId, String message, File pomFile, Throwable cause)
      Deprecated.
      Parameters:
      projectId -
      message -
      pomFile - pom file location
      cause -
    • ProjectBuildingException

      public ProjectBuildingException(List<ProjectBuildingResult> results)
      Deprecated.
  • Method Details