Class InvalidDependencyVersionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.project.ProjectBuildingException
org.apache.maven.project.InvalidProjectVersionException
org.apache.maven.project.artifact.InvalidDependencyVersionException
- All Implemented Interfaces:
Serializable
Thrown if a dependency has an invalid version.
- Author:
- Brett Porter
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidDependencyVersionException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) -
Method Summary
Methods inherited from class InvalidProjectVersionException
getLocationInPom, getOffendingVersionMethods inherited from class ProjectBuildingException
getPomFile, getPomLocation, getProjectId, getResultsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidDependencyVersionException
public InvalidDependencyVersionException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause)
-
-
Method Details
-
getDependency
-