Simple Robot
Toggle table of contents
4.11.0
common
Platform filter
common
Switch theme
Search in API
Simple Robot
simbot-api
/
love.forte.simbot.event
/
InternalInterceptionException
Internal
Interception
Exception
open
class
InternalInterceptionException
:
RuntimeException
(
source
)
InternalInterceptionEvent
中产生的异常的收集与包装。 更多参考
InternalInterceptionEvent
中有关异常的说明。
Since
4.11.0
See also
Internal
Interception
Event
Members
Constructors
Internal
Interception
Exception
Link copied to clipboard
constructor
(
)
constructor
(
message
:
String
?
)
constructor
(
message
:
String
?
,
cause
:
Throwable
?
)
constructor
(
cause
:
Throwable
?
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?