Interface DependencyResult


public interface DependencyResult
Author:
Robert Scholte
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the exceptions that occurred while building the dependency graph.
  • Method Details

    • getCollectorExceptions

      List<Exception> getCollectorExceptions()
      Gets the exceptions that occurred while building the dependency graph.
      Returns:
      The list of exceptions Exception.