LiquidBounce
Toggle table of contents
0.38.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.event
/
EventListenerNotListeningException
Event
Listener
Not
Listening
Exception
class
EventListenerNotListeningException
(
val
eventListener
:
EventListener
)
:
CancellationException
Occurs when the running
Job
is canceled because
EventListener.running
is false
Members
Constructors
Event
Listener
Not
Listening
Exception
Link copied to clipboard
constructor
(
eventListener
:
EventListener
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
event
Listener
Link copied to clipboard
val
eventListener
:
EventListener
message
Link copied to clipboard
open
val
message
:
String
?