Class BadCommandResponse

java.lang.Object
net.apartium.cocoabeans.commands.exception.BadCommandResponse
Direct Known Subclasses:
InvalidParserResponse, InvalidUsageResponse, UnknownCommandResponse, UnmetRequirementResponse

@AvailableSince("0.0.22") public class BadCommandResponse extends Object
  • Field Details

    • commandName

      protected final String commandName
    • args

      protected final String[] args
    • depth

      protected final int depth
    • message

      protected String message
  • Constructor Details

    • BadCommandResponse

      public BadCommandResponse()
    • BadCommandResponse

      public BadCommandResponse(String commandName, String[] args, int depth)
    • BadCommandResponse

      public BadCommandResponse(String commandName, String[] args, int depth, String message)
  • Method Details