Class PluginManagerException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.graffiti.managers.pluginmgr.PluginManagerException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
PluginAlreadyLoadedException

public class PluginManagerException
extends Exception
PluginManagerException is thrown, iff an error occured during the loading of a plugin.
Version:
$Revision: 1.6 $
See Also:
Serialized Form
  • Constructor Details

    • PluginManagerException

      public PluginManagerException​(String key)
      Constructor for PluginManagerException.
      Parameters:
      key - the error message of this exception.
    • PluginManagerException

      public PluginManagerException​(String key, String message)
      Constructs a plugin manager exception from the given parameters.
      Parameters:
      key - the property key in the plugin manager's resource bundle.
      message - the additional message of the exception.
  • Method Details

    • setDependency

      public void setDependency​(Dependency dependency)
      Sets the dependency.
      Parameters:
      dependency - The dependency to set
    • getDependency

      public Dependency getDependency()
      Returns the dependency.
      Returns:
      Dependency