Class PluginLoaderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PluginLoaderException
    extends java.lang.Exception
    Signifies a failure to load a plugin. This is used to abstract the specific errors which may be encountered at lower levels, and provide a dependable interface to the plugin-loading framework.
    See Also:
    Serialized Form
    • Field Detail

      • pluginKey

        private java.lang.String pluginKey
    • Constructor Detail

      • PluginLoaderException

        public PluginLoaderException​(Plugin plugin,
                                     java.lang.String message)
      • PluginLoaderException

        public PluginLoaderException​(java.lang.String message)
      • PluginLoaderException

        public PluginLoaderException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • PluginLoaderException

        public PluginLoaderException​(ReportPlugin plugin,
                                     java.lang.String message,
                                     java.lang.Throwable cause)
      • PluginLoaderException

        public PluginLoaderException​(ReportPlugin plugin,
                                     java.lang.String message)
    • Method Detail

      • getPluginKey

        public java.lang.String getPluginKey()