public class CodeConflictException extends Exception
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
CodeConflictException(PluginInfo pluginInfo,
PluginInfo installedPluginInfo)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
PluginInfo |
getInstalledPluginInfo()
Get plugin info of the plugin which is already installed.
|
PluginInfo |
getPluginInfo()
Get plugin info of the plugin which is being installed.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CodeConflictException(PluginInfo pluginInfo, PluginInfo installedPluginInfo)
pluginInfo
- plugin info of the plugin being installed.installedPluginInfo
- plugin info of the already installed plugin.public PluginInfo getPluginInfo()
public PluginInfo getInstalledPluginInfo()