Class InvalidDescriptionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
me.github.simonplays15.betterbansystem.api.exceptions.InvalidDescriptionException
All Implemented Interfaces:
Serializable

public class InvalidDescriptionException extends RuntimeException
Represents an exception that is thrown when a description is invalid. This exception is a subclass of RuntimeException and does not need to be declared or caught explicitly.
See Also:
  • Constructor Details

    • InvalidDescriptionException

      public InvalidDescriptionException()
      Represents an exception that is thrown when a description is invalid. This exception is a subclass of RuntimeException and does not need to be declared or caught explicitly.
    • InvalidDescriptionException

      public InvalidDescriptionException (String message)
      Exception indicating an invalid description.
    • InvalidDescriptionException

      public InvalidDescriptionException (String msg, Throwable throwable)
      InvalidDescriptionException is thrown when the description provided is invalid. It is a subclass of RuntimeException.