mirai
2.13.4
common
mirai-core-api
/
net.mamoe.mirai.event.events
/
EventCancelledException
Event
Cancelled
Exception
common
class
EventCancelledException
:
RuntimeException
Content copied to clipboard
Constructors
Properties
Constructors
Event
Cancelled
Exception
Link copied to clipboard
common
fun
EventCancelledException
(
)
Content copied to clipboard
Event
Cancelled
Exception
Link copied to clipboard
common
fun
EventCancelledException
(
message
:
String
?
)
Content copied to clipboard
Event
Cancelled
Exception
Link copied to clipboard
common
fun
EventCancelledException
(
message
:
String
?
,
cause
:
Throwable
?
)
Content copied to clipboard
Event
Cancelled
Exception
Link copied to clipboard
common
fun
EventCancelledException
(
cause
:
Throwable
?
)
Content copied to clipboard
Properties
cause
Link copied to clipboard
common
open
val
cause
:
Throwable
?
Content copied to clipboard
message
Link copied to clipboard
common
open
val
message
:
String
?
Content copied to clipboard