kbrig-core
0.1.0
common
kbrig-core
/
org.anvilpowered.kbrig.exception
/
CommandSyntaxException
Command
Syntax
Exception
class
CommandSyntaxException
(
message
:
String
)
:
Exception
Members
Constructors
Command
Syntax
Exception
Link copied to clipboard
constructor
(
message
:
String
,
input
:
String
,
cursor
:
Int
)
constructor
(
message
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?