Class NoCommandGivenException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.github.mafelp.utils.exceptions.NoCommandGivenException
All Implemented Interfaces:
Serializable

public class NoCommandGivenException extends Exception
The Exception thrown if no command is passed into the command parser.
See Also:
Serialized Form
  • Constructor Details

    • NoCommandGivenException

      public NoCommandGivenException(String message)
      The constructor to create the throwable.
      Parameters:
      message - The message that is being displayed in non-debug mode.