Class NoParentSectionException

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

public class NoParentSectionException extends RuntimeException
Exception thrown by the section manager when a section has no parent. Indicates that the tree is probably broken.
See Also:
  • Constructor Details

    • NoParentSectionException

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

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

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

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