Class InvalidSectionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.prodrivers.bukkit.commons.exceptions.InvalidSectionException
All Implemented Interfaces:
Serializable

public class InvalidSectionException extends RuntimeException
Exception thrown when an illegal action with a section occurred.
See Also:
  • Constructor Details

    • InvalidSectionException

      public InvalidSectionException()
      Default constructor, with no message.
    • InvalidSectionException

      public InvalidSectionException(String s)
      Build an exception with only a message.
      Parameters:
      s - Message
    • InvalidSectionException

      public InvalidSectionException(String message, Throwable cause)
      Build an exception with a message and another throwable as a cause.
      Parameters:
      message - Message
      cause - Cause of exception
    • InvalidSectionException

      public InvalidSectionException(Throwable cause)
      Build an exception with no message and another throwable as a cause.
      Parameters:
      cause - Cause of exception