Module watamebot

Class SeverePluginException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.foxgenesis.watame.plugin.SeverePluginException
All Implemented Interfaces:
Serializable

public class SeverePluginException extends RuntimeException
See Also:
  • Constructor Details

    • SeverePluginException

      public SeverePluginException(String message, Throwable thrown)
    • SeverePluginException

      public SeverePluginException(String message)
    • SeverePluginException

      public SeverePluginException(Throwable thrown)
    • SeverePluginException

      public SeverePluginException(String message, boolean fatal)
    • SeverePluginException

      public SeverePluginException(Throwable thrown, boolean fatal)
    • SeverePluginException

      public SeverePluginException(String message, Throwable thrown, boolean fatal)
  • Method Details

    • isFatal

      public boolean isFatal()
      Check if this exception was fatal.
      Returns:
      Returns true if this exception results in a fatal error