Class NoCommandGivenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.mafelp.utils.exceptions.NoCommandGivenException
- All Implemented Interfaces:
Serializable
The Exception thrown if no command is passed into the command parser.
- See Also:
- Serialized Form
-
Constructor Summary
ConstructorDescriptionNoCommandGivenException(String message)
The constructor to create the throwable. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoCommandGivenException
The constructor to create the throwable.- Parameters:
message
- The message that is being displayed in non-debug mode.
-