Class PluginConfigException

All Implemented Interfaces:
Serializable

public class PluginConfigException extends PluginException
The exception returned to notify problems with the configuration of a Plugin
Author:
acaproni
See Also:
  • Constructor Details

    • PluginConfigException

      public PluginConfigException()
    • PluginConfigException

      public PluginConfigException(String message)
      Parameters:
      message - The message of the exception
    • PluginConfigException

      public PluginConfigException(Throwable cause)
      Parameters:
      cause - the cause of the exception
    • PluginConfigException

      public PluginConfigException(String message, Throwable cause)
      Parameters:
      message - The message of the exception
      cause - the cause of the exception
    • PluginConfigException

      public PluginConfigException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Parameters:
      message - The message of the exception
      cause - the cause of the exception
      enableSuppression - whether or not suppression is enabled or disabled
      writableStackTrace - whether or not the stack trace should be writable