public class BotBehaviourFailedEvent extends BotBehaviourEvent
| Constructor and Description |
|---|
BotBehaviourFailedEvent(BotBehaviour botBehaviour,
java.lang.Exception exception) |
BotBehaviourFailedEvent(BotBehaviour behaviour,
java.util.Optional<java.lang.Object> message,
java.lang.Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Exception |
getException() |
getBehaviour, getMessagepublic BotBehaviourFailedEvent(BotBehaviour botBehaviour, java.lang.Exception exception)
public BotBehaviourFailedEvent(BotBehaviour behaviour, java.util.Optional<java.lang.Object> message, java.lang.Exception exception)
Copyright © 2018. All Rights Reserved.