BotCommands
Toggle table of contents
3.3.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
BotCommands
BotCommands-typesafe-messages-core
/
dev.freya02.botcommands.typesafe.messages.api.exceptions
/
UnsupportedFunctionException
Unsupported
Function
Exception
@
ExperimentalTypesafeMessagesApi
class
UnsupportedFunctionException
(
message
:
String
)
:
IllegalArgumentException
(
source
)
Exception when a function annotated with
@LocalizedContent
has unsupported characteristics.
Members
Constructors
Unsupported
Function
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
?