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
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 Summary
ConstructorsConstructorDescriptionRepresents an exception that is thrown when a description is invalid.InvalidDescriptionException
(String message) Exception indicating an invalid description.InvalidDescriptionException
(String msg, Throwable throwable) InvalidDescriptionException is thrown when the description provided is invalid. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
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
Exception indicating an invalid description. -
InvalidDescriptionException
InvalidDescriptionException is thrown when the description provided is invalid. It is a subclass of RuntimeException.
-