Class PluginNotInitialized

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.jbstrap.core.plugin.PluginNotInitialized
All Implemented Interfaces:
Serializable

public class PluginNotInitialized extends Exception

Plugin not initialized error class

This is encountered if an error was encountered during the initialization of the plugin.

Since:
4.0
Author:
JBStrap
See Also:
  • Constructor Details

    • PluginNotInitialized

      public PluginNotInitialized(String pluginName, Throwable e)
      Creates a new error
      Parameters:
      pluginName - The name of the plugin that encountered an error
      e - The original error that the plugin encountered