Class DependencyCollectorException

All Implemented Interfaces:
Serializable

@Experimental public class DependencyCollectorException extends MavenException
Thrown in case of bad artifact descriptors, version ranges or other issues encountered during calculation of the dependency graph.
Since:
4.0
See Also:
  • Constructor Details

    • DependencyCollectorException

      public DependencyCollectorException(String message, Throwable cause)
      Parameters:
      message - the message you would give for the exception
      cause - the cause which is related to the message