Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DependencyResolutionRequiredException (0.2 sec)

  1. maven-core/src/main/java/org/apache/maven/artifact/DependencyResolutionRequiredException.java

     *
     * TODO it may be better for artifact.getFile() to throw it - perhaps it is a runtime exception?
     */
    public class DependencyResolutionRequiredException extends Exception {
        public DependencyResolutionRequiredException(Artifact artifact) {
            super("Attempted to access the artifact " + artifact + "; which has not yet been resolved");
        }
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Sep 06 08:39:32 GMT 2023
    - 1.3K bytes
    - Viewed (0)
Back to top