Package org.apache.maven.project
Class InvalidProjectVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
org.apache.maven.project.InvalidProjectVersionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidDependencyVersionException
InvalidProjectVersionException
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidProjectVersionException
(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause) -
Method Summary
Methods inherited from class org.apache.maven.project.ProjectBuildingException
getPomFile, getPomLocation, getProjectId, getResults
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidProjectVersionException
public InvalidProjectVersionException(String projectId, String locationInPom, String offendingVersion, File pomFile, InvalidVersionSpecificationException cause)
-
-
Method Details
-
getOffendingVersion
-
getLocationInPom
-