Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash.exceptions
/
InteractionTargetMismatch
Interaction
Target
Mismatch
class
InteractionTargetMismatch
(
val
context
:
SlashCommandContext
,
val
commandPath
:
String
,
val
target
:
InteractionTarget
)
:
RuntimeException
Members
Constructors
Interaction
Target
Mismatch
Link copied to clipboard
constructor
(
context
:
SlashCommandContext
,
commandPath
:
String
,
target
:
InteractionTarget
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
command
Path
Link copied to clipboard
val
commandPath
:
String
context
Link copied to clipboard
val
context
:
SlashCommandContext
message
Link copied to clipboard
open
val
message
:
String
?
target
Link copied to clipboard
val
target
:
InteractionTarget
Functions
add
Suppressed
Link copied to clipboard
fun
addSuppressed
(
p0
:
Throwable
)
fill
In
Stack
Trace
Link copied to clipboard
open
fun
fillInStackTrace
(
)
:
Throwable
get
Localized
Message
Link copied to clipboard
open
fun
getLocalizedMessage
(
)
:
String
get
Stack
Trace
Link copied to clipboard
open
fun
getStackTrace
(
)
:
Array
<
StackTraceElement
>
get
Suppressed
Link copied to clipboard
fun
getSuppressed
(
)
:
Array
<
Throwable
>
init
Cause
Link copied to clipboard
open
fun
initCause
(
p0
:
Throwable
)
:
Throwable
print
Stack
Trace
Link copied to clipboard
open
fun
printStackTrace
(
)
open
fun
printStackTrace
(
p0
:
PrintStream
)
open
fun
printStackTrace
(
p0
:
PrintWriter
)
set
Stack
Trace
Link copied to clipboard
open
fun
setStackTrace
(
p0
:
Array
<
StackTraceElement
>
)