public class UnsupportedVersionException extends Exception
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Constructor and Description |
---|
UnsupportedVersionException(PluginInfo pluginInfo,
int[] currentVersion)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
int[] |
getApplicationVersion()
Get application version.
|
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 UnsupportedVersionException(PluginInfo pluginInfo, int[] currentVersion)
pluginInfo
- plugin info of the plugin being installed.currentVersion
- application version.public PluginInfo getPluginInfo()
public int[] getApplicationVersion()
getPluginInfo()
.PluginInfo.getLowestSupportedVersion()