GraphMine

graphmine-core / io.github.sof3.graphmine.command / WrongSyntaxException

WrongSyntaxException

class WrongSyntaxException : CommandException

Thrown when a command with wrong syntax is sent.

Parameters

name - command name

syntax - list of syntax possible for this command

Constructors

<init> WrongSyntaxException(name: String, syntax: List<I18n>)
Thrown when a command with wrong syntax is sent.

Properties

i18n val i18n: I18n
A user-friendly I18n describing the problem