Package org.apache.maven.repository
Class VersionNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.repository.VersionNotFoundException
- All Implemented Interfaces:
Serializable
Thrown if a dependency has an invalid version.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionVersionNotFoundException
(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) -
Method Summary
Modifier and TypeMethodDescriptionprivate static String
formatLocationInPom
(Dependency dependency) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
dependency
-
projectId
-
pomFile
-
cause
-
-
Constructor Details
-
VersionNotFoundException
public VersionNotFoundException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause)
-
-
Method Details
-
formatLocationInPom
-
getDependency
-
getProjectId
-
getPomFile
-
getCauseException
-