Class BadCommandResponse
java.lang.Object
net.apartium.cocoabeans.commands.exception.BadCommandResponse
- Direct Known Subclasses:
InvalidParserResponse,InvalidUsageResponse,UnknownCommandResponse,UnmetRequirementResponse
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBadCommandResponse(String commandName, String[] args, int depth) BadCommandResponse(String commandName, String[] args, int depth, String message) -
Method Summary
-
Field Details
-
commandName
-
args
-
depth
protected final int depth -
message
-
-
Constructor Details
-
BadCommandResponse
public BadCommandResponse() -
BadCommandResponse
-
BadCommandResponse
-
-
Method Details
-
getDepth
public int getDepth() -
getCommandName
-
getArgs
-
getMessage
-
getError
-
throwError
- Throws:
CommandException
-