CommandNotFoundException class

An exception thrown when a message command matching CommandsPlugin.prefix is found, but no command could be resolved from the rest of the message.

This exception can safely be ignored.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
input StringView
The text input that was received.
final
message String
The message for this exception.
getter/setter pairinherited
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