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
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