Class InvalidCommandException

    • Constructor Detail

      • InvalidCommandException

        public InvalidCommandException()
        Creates new InvalidCommandException without detail message.
      • InvalidCommandException

        public InvalidCommandException​(String cmdName)
        Constructs an InvalidCommandException with the specified detail message.
        Parameters:
        msg - the detail message.
      • InvalidCommandException

        public InvalidCommandException​(Throwable cause)
        Constructs a new InvalidCommandException exception with the specified cause.
      • InvalidCommandException

        public InvalidCommandException​(String msg,
                                       Throwable cause)
        Constructs a new InvalidCommandException exception with the specified detailed message and cause.