com.virtuosotechnologies.lib.plugin
Class DuplicatePluginException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.virtuosotechnologies.lib.plugin.PluginException
com.virtuosotechnologies.lib.plugin.DuplicatePluginException
- All Implemented Interfaces:
- Serializable
- public class DuplicatePluginException
- extends PluginException
Tried to plug a duplicate plugin ID.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DuplicatePluginException
public DuplicatePluginException(PluginInfo duplicatePlugin,
PluginInfo existingPlugin)
- Constructor. This automatically creates a message string.
- Parameters:
duplicatePlugin
- the duplicate plugin infoexistingPlugin
- the existing plugin info
getDuplicatePluginInfo
public PluginInfo getDuplicatePluginInfo()
- Get the plugin info for the duplicate plugin
- Returns:
- plugin info
getExistingPluginInfo
public PluginInfo getExistingPluginInfo()
- Get the plugin info for the existing plugin
- Returns:
- plugin info