public class DependencyMissingException extends Exception
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
DependencyMissingException(Plugin plugin,
List<PluginDependency> dependencies)
Constructor with the default exception message.
|
DependencyMissingException(String message,
Plugin plugin,
List<PluginDependency> dependencies)
Constructor allowing to set a custom exception message text.
|
Modifier and Type | Method and Description |
---|---|
List<PluginDependency> |
getDependencies()
Get list of missing dependencies.
|
Plugin |
getPlugin()
Get plugin info of the plugin which is being installed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DependencyMissingException(Plugin plugin, List<PluginDependency> dependencies)
plugin
- plugin info of the plugin being installed.dependencies
- list of missing dependencies required by the plugin.public DependencyMissingException(String message, Plugin plugin, List<PluginDependency> dependencies)
message
- custom exception message text.plugin
- plugin info of the plugin being installed.dependencies
- list of missing dependencies required by the plugin.public Plugin getPlugin()
public List<PluginDependency> getDependencies()