Package org.pf4j
Class DependencyResolver.DependenciesNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.pf4j.PluginRuntimeException
-
- org.pf4j.DependencyResolver.DependenciesNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DependencyResolver
public static class DependencyResolver.DependenciesNotFoundException extends PluginRuntimeException
Indicates that the dependencies required were not found.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.List<java.lang.String>
dependencies
-
Constructor Summary
Constructors Constructor Description DependenciesNotFoundException(java.util.List<java.lang.String> dependencies)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>
getDependencies()
-