Class DependencyCollectorBuilderException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.maven.shared.dependency.graph.DependencyCollectorBuilderException
All Implemented Interfaces:
Serializable

public class DependencyCollectorBuilderException extends Exception
Indicates an issue with the DependencyCollectorBuilder
Since:
3.1.0
Author:
Robert Scholte
See Also:
  • Constructor Details

    • DependencyCollectorBuilderException

      public DependencyCollectorBuilderException(String message)
      Parameters:
      message - Message indicating why dependency graph could not be resolved.
    • DependencyCollectorBuilderException

      public DependencyCollectorBuilderException(String message, Throwable cause)
      Parameters:
      message - Message indicating why dependency graph could not be resolved.
      cause - Throwable indicating at which point the graph failed to be resolved.