Class InvalidUIException

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

public class InvalidUIException extends RuntimeException
Exception thrown by the section manager when a section reports to have custom UI but does not implement it.
See Also:
  • Constructor Details

    • InvalidUIException

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

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

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

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