graphmine-core / io.github.sof3.graphmine.command / WrongSyntaxException
class WrongSyntaxException : CommandException
Thrown when a command with wrong syntax is sent.
name - command name
syntax - list of syntax possible for this command
| <init> | WrongSyntaxException(name: String, syntax: List<I18n>)Thrown when a command with wrong syntax is sent. |
| i18n | val i18n: I18nA user-friendly I18n describing the problem |