Class BadCommandException

    • Constructor Detail

      • BadCommandException

        public BadCommandException()
        Constructs an BadCommandException with no detail message.
      • BadCommandException

        public BadCommandException​(String s)
        Constructs an BadCommandException with the specified detail message.
        Parameters:
        s - the detail message
      • BadCommandException

        public BadCommandException​(Response r)
        Constructs an BadCommandException with the specified Response.
        Parameters:
        r - the Response