Package 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
- See Also:
- 
Constructor SummaryConstructorsModifierConstructorDescriptionProjectBuildingException(String projectId, String message, File pomFile) protectedProjectBuildingException(String projectId, String message, File pomFile, Throwable cause) ProjectBuildingException(String projectId, String message, Throwable cause) 
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ProjectBuildingException
- 
ProjectBuildingException- Parameters:
- projectId-
- message-
- pomFile- pom file location
 
- 
ProjectBuildingException- Parameters:
- projectId-
- message-
- pomFile- pom file location
- cause-
 
- 
ProjectBuildingException
 
- 
- 
Method Details- 
getPomFile
- 
getPomLocationDeprecated.usegetPomFile()
- 
getProjectId
- 
getResults
 
- 
getPomFile()