| |
| |
| |
| # MethodException<T> class |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| <p>If a FIDL method defines an application-level error, this exception will be |
| thrown with the error as its value.</p> |
| |
| |
| |
| |
| ## Constructors |
| |
| [MethodException](../package-fidl_fidl/MethodException/MethodException.md) (T value) |
| |
| |
| |
| |
| ## Properties |
| |
| ##### [hashCode](../package-fidl_fidl/MethodException/hashCode.md) → int |
| |
| |
| |
| The hash code for this object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [runtimeType](../package-fidl_fidl/MethodException/runtimeType.md) → Type |
| |
| |
| |
| A representation of the runtime type of the object. |
| _read-only, inherited_ |
| |
| |
| |
| ##### [value](../package-fidl_fidl/MethodException/value.md) → T |
| |
| |
| |
| |
| _final_ |
| |
| |
| |
| |
| |
| ## Methods |
| |
| ##### [noSuchMethod](../package-fidl_fidl/MethodException/noSuchMethod.md)(Invocation invocation) dynamic |
| |
| |
| |
| Invoked when a non-existent method or property is accessed. |
| _inherited_ |
| |
| |
| |
| ##### [toString](../package-fidl_fidl/MethodException/toString.md)() String |
| |
| |
| |
| A string representation of this object. |
| _override_ |
| |
| |
| |
| |
| |
| ## Operators |
| |
| ##### [operator ==](../package-fidl_fidl/MethodException/operator_equals.md)(Object other) bool |
| |
| |
| |
| The equality operator. |
| _inherited_ |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |