DBAdapterException class

Implemented types
Implementers
Available Extensions

Constructors

DBAdapterException(String type, String message, {Object? parentError, StackTrace? parentStackTrace, Object? operation, Object? previousError})

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The exception message.
final
operation Object?
The operation that caused the Exception.
final
parentError Object?
The parent error/exception. Usually the native Exception or Error of the database.
final
parentStackTrace StackTrace?
final
previousError Object?
The previous error in the same Transaction.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
runtimeTypeNameSafe String
Returns the runtimeType as String in safe way.
no setteroverride
type String
The type of the exception.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resolveToString(Object? o, {String indent = '-- '}) String?
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited