Class Event.VerificationFailed
-
- All Implemented Interfaces:
public final class Event.VerificationFailed extends Event
-
-
Field Summary
Fields Modifier and Type Field Description private final Interactioninteractionprivate final Exceptioneprivate final BooleanshowStacktrace
-
Constructor Summary
Constructors Constructor Description Event.VerificationFailed(Interaction interaction, Exception e, Boolean showStacktrace)
-
Method Summary
Modifier and Type Method Description final InteractiongetInteraction()final ExceptiongetE()final BooleangetShowStacktrace()-
-
Method Detail
-
getInteraction
final Interaction getInteraction()
-
getShowStacktrace
final Boolean getShowStacktrace()
-
-
-
-