UnhandledInteractionException class

An exception thrown when an interaction on a component created by nyxx_commands was received but was not handled.

Inheritance
Implemented types

Constructors

UnhandledInteractionException(ComponentContext context, ComponentId componentId)
Create a new UnhandledInteractionException.

Properties

componentId ComponentId
The ComponentId of the component that was interacted with.
final
context ComponentContext
The context in which the exception occurred.
final
hashCode int
The hash code for this object.
no setterinherited
message String
The message for this exception.
getter/setter pairinherited
reason ComponentIdStatus
The reason this interaction was not handled.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stack trace at the point where this exception was first thrown.
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited