Class DependencyResolver.DependenciesNotFoundException

All Implemented Interfaces:
Serializable
Enclosing class:
DependencyResolver

public static class DependencyResolver.DependenciesNotFoundException extends PluginRuntimeException
Indicates that the dependencies required were not found.
Author:
Decebal Suiu
See Also:
  • Constructor Details

    • DependenciesNotFoundException

      public DependenciesNotFoundException(List<String> dependencies)
  • Method Details

    • getDependencies

      public List<String> getDependencies()