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.
- Author:
- Brett Porter
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionVersionNotFoundException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) 
- 
Method SummaryModifier and TypeMethodDescriptionMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
VersionNotFoundExceptionpublic VersionNotFoundException(String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) 
 
- 
- 
Method Details- 
getDependency
- 
getProjectId
- 
getPomFile
- 
getCauseException
 
-