ProtocolException class

A protocol exception occours if this client implementation receives a message from the mumble server that is in this clients opinion not a valid message.

If this happens, something in this client library is most likely implemented based on a wrong understanding of the mumble protocol. A developer using this client library should open a issue on GitHub immediately.

Implemented types

Constructors

ProtocolException(String message)

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The message describes how the protocol was violated.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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