- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for VersionNotFoundException (0.26 sec)
-
compat/maven-compat/src/main/java/org/apache/maven/repository/VersionNotFoundException.java
/** * Thrown if a dependency has an invalid version. * */ @Deprecated public class VersionNotFoundException extends Exception { private Dependency dependency; private String projectId; private File pomFile; private InvalidVersionSpecificationException cause; public VersionNotFoundException( String projectId, Dependency dependency, File pomFile, InvalidVersionSpecificationException cause) {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.2K bytes - Viewed (0)