org.apache.maven.project
Class ProjectBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- InvalidProjectVersionException
public class ProjectBuildingException
- extends Exception
- Version:
- $Id: ProjectBuildingException.java 934861 2010-04-16 13:18:48Z bentmann $
- Author:
- Jason van Zyl
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ProjectBuildingException
public ProjectBuildingException(String projectId,
String message,
Throwable cause)
ProjectBuildingException
public ProjectBuildingException(String projectId,
String message,
File pomFile)
- Parameters:
projectId
- message
- pomFile
- pom file location
ProjectBuildingException
protected ProjectBuildingException(String projectId,
String message,
File pomFile,
Throwable cause)
- Parameters:
projectId
- message
- pomFile
- pom file locationcause
-
ProjectBuildingException
public ProjectBuildingException(List<ProjectBuildingResult> results)
getPomFile
public File getPomFile()
getPomLocation
public String getPomLocation()
- Deprecated. use
getPomFile()
getProjectId
public String getProjectId()
getResults
public List<ProjectBuildingResult> getResults()
Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.