blob: 34193393d3d9a342e3ecd530d9b5efc7f13289ba [file] [log] [blame] [view]
# IncomingStateException class
*[<Null safety>](https://dart.dev/null-safety)*
<p>An Exception that can be thrown if the <a href="../package-fuchsia_services_services/Incoming-class.md">Incoming</a> object is in
a bad state.</p>
## Constructors
[IncomingStateException](../package-fuchsia_services_services/IncomingStateException/IncomingStateException.md) (String message)
Creates a new instance of this.
## Properties
##### [hashCode](../package-fuchsia_services_services/IncomingStateException/hashCode.md) &#8594; int
The hash code for this object.
_read-only, inherited_
##### [message](../package-fuchsia_services_services/IncomingStateException/message.md) &#8594; String
An error message describing the reason for this exception.
_final_
##### [runtimeType](../package-fuchsia_services_services/IncomingStateException/runtimeType.md) &#8594; Type
A representation of the runtime type of the object.
_read-only, inherited_
## Methods
##### [noSuchMethod](../package-fuchsia_services_services/IncomingStateException/noSuchMethod.md)(Invocation invocation) dynamic
Invoked when a non-existent method or property is accessed.
_inherited_
##### [toString](../package-fuchsia_services_services/IncomingStateException/toString.md)() String
A string representation of this object.
_override_
## Operators
##### [operator ==](../package-fuchsia_services_services/IncomingStateException/operator_equals.md)(Object other) bool
The equality operator.
_inherited_