org.apache.maven.project
Class ProjectBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- InvalidProjectVersionException
public class ProjectBuildingException
- extends java.lang.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 |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ProjectBuildingException
public ProjectBuildingException(java.lang.String projectId,
java.lang.String message,
java.lang.Throwable cause)
ProjectBuildingException
public ProjectBuildingException(java.lang.String projectId,
java.lang.String message,
java.io.File pomFile)
- Parameters:
projectId
- message
- pomFile
- pom file location
ProjectBuildingException
protected ProjectBuildingException(java.lang.String projectId,
java.lang.String message,
java.io.File pomFile,
java.lang.Throwable cause)
- Parameters:
projectId
- message
- pomFile
- pom file locationcause
-
ProjectBuildingException
public ProjectBuildingException(java.util.List<ProjectBuildingResult> results)
getPomFile
public java.io.File getPomFile()
getPomLocation
public java.lang.String getPomLocation()
- Deprecated. use
getPomFile()
getProjectId
public java.lang.String getProjectId()
getResults
public java.util.List<ProjectBuildingResult> getResults()
Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.