DBusSignalSignatureException class

Exception thrown when a D-Bus signal contains values that don't match the expected signature.

Implemented types

Constructors

DBusSignalSignatureException(String signalName, DBusSignal signal)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signal DBusSignal
The signal that generated the exception.
final
signalName String
The name of the signal.
final

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