FbStatusException class

An exception with status vector inside.

This exception contains a reference to an IStatus instance, which in turn includes native bindings. Therefore, it cannot be passed between isolates and can be used only in the isolate it gets thrown in. If an exception with a status vector needs to be passed between isolates, it's better to use FbServerException.

Implemented types

Constructors

FbStatusException(IStatus status)
The default constructor.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status IStatus
A handle to the IStatus interface (native).
getter/setter pair

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