public class CommandMethodSyntaxException extends CommandCreationException
| Constructor and Description |
|---|
CommandMethodSyntaxException(CommandMethod commandMethod,
String msg)
Create a new
CommandMethodSyntaxException given CommandMethod and a message. |
getCommandMethodaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandMethodSyntaxException(CommandMethod commandMethod, String msg)
CommandMethodSyntaxException given CommandMethod and a message.commandMethod - must not be null.msg - must not be null.Copyright © 2020 lettuce.io. All rights reserved.