com.virtuosotechnologies.lib.plugin
Class PluginSuppressedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.virtuosotechnologies.lib.plugin.PluginException
              extended bycom.virtuosotechnologies.lib.plugin.PluginSuppressedException
All Implemented Interfaces:
Serializable

public class PluginSuppressedException
extends PluginException

A plugin was suppressed

See Also:
Serialized Form

Constructor Summary
PluginSuppressedException(PluginInfo suppressedPlugin, PluginInfo suppressingPlugin)
          Constructor.
 
Method Summary
 PluginInfo getSuppressedPluginInfo()
          Get the plugin info for the suppressed plugin
 PluginInfo getSuppressingPluginInfo()
          Get the plugin info for the suppressing plugin
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PluginSuppressedException

public PluginSuppressedException(PluginInfo suppressedPlugin,
                                 PluginInfo suppressingPlugin)
Constructor. This automatically creates a message string.

Parameters:
suppressedPlugin - the suppressed plugin info.
suppressingPlugin - the suppressing plugin info.
Method Detail

getSuppressedPluginInfo

public PluginInfo getSuppressedPluginInfo()
Get the plugin info for the suppressed plugin

Returns:
info for plugin

getSuppressingPluginInfo

public PluginInfo getSuppressingPluginInfo()
Get the plugin info for the suppressing plugin

Returns:
info for plugin