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:
InvalidProjectModelException
,InvalidProjectVersionException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionProjectBuildingException
(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 TypeMethodDescriptionprivate static String
createMessage
(String message, String projectId, File pomFile) Deprecated.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
projectId
-
pomFile
-
results
-
-
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
-
createMessage
-
getPomFile()