Class ProjectBuildingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
- All Implemented Interfaces:
 Serializable
- Direct Known Subclasses:
 InvalidProjectModelException,InvalidProjectVersionException
- See Also:
 
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionProjectBuildingException(String projectId, String message, File pomFile) protectedProjectBuildingException(String projectId, String message, File pomFile, Throwable cause) ProjectBuildingException(String projectId, String message, Throwable cause)  - 
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
ProjectBuildingException
 - 
ProjectBuildingException
 - 
ProjectBuildingException
 - 
ProjectBuildingException
 
 - 
 - 
Method Details
- 
getPomFile
 - 
getPomLocation
Deprecated.usegetPomFile() - 
getProjectId
 - 
getResults
 
 - 
 
getPomFile()