UnspecifiedOperationException class abstract base Exceptions
An unspecified OperationException.
This class can be used if the database driver doesn't know exactly what kind of OperationException happened, or if the database or database driver simply doesn't distinguish between different exceptions.
An UnspecifiedOperationException may be caused by an error that should have been an instance of DivisionByZeroException, TypeCastException, ConstraintViolationException, etc.
- Inheritance
-
- Object
- DatabaseException
- OperationException
- UnspecifiedOperationException
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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