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 Summary
ModifierConstructorDescriptionProjectBuildingException
(String projectId, String message, File pomFile) protected
ProjectBuildingException
(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
- Parameters:
projectId
-message
-pomFile
- pom file location
-
ProjectBuildingException
- Parameters:
projectId
-message
-pomFile
- pom file locationcause
-
-
ProjectBuildingException
-
-
Method Details
-
getPomFile
-
getPomLocation
Deprecated.usegetPomFile()
-
getProjectId
-
getResults
-
getPomFile()