toggle menu
shake
0.1.0
common
switch theme
search in API
com.shakelang.util.commander
/
com.shakelang.util.commander
/
CommanderException
Commander
Exception
open
class
CommanderException
(
message
:
String
)
:
RuntimeException
(
source
)
Base class for all exceptions thrown by the commander
Since
0.1.0
Parameters
message
The message of the exception
Inheritors
CommanderValueException
CommanderSyntaxException
CommanderMissingArgumentException
CommanderMissingOptionException
CommanderMissingOptionValueException
CommanderUnknownOptionException
CommanderUnknownArgumentException
CommanderUnknownSubCommandException
Members
Constructors
Commander
Exception
Link copied to clipboard
constructor
(
message
:
String
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?