Package org.dru.clay.respository.exception

Examples of org.dru.clay.respository.exception.ResolveException


      parseDependencies(module, ivyModule);
      resolveExtensions();

      return new IvyXml(module, status, configurations, dependencies);
    } catch (Exception e) {
      throw new ResolveException("Resolve error: " + e.getMessage(), e);
    }
  }
View Full Code Here

TOP

Related Classes of org.dru.clay.respository.exception.ResolveException

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.