Package org.pf4j

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.
See Also:
  • Field Details

    • dependencies

      private List<String> dependencies
  • Constructor Details

    • DependenciesNotFoundException

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

    • getDependencies

      public List<String> getDependencies()