UserCallbackException class Realm
An exception throws during execution of a user callback - e.g. during migration or initial data population.
- Inheritance
-
- Object
- RealmException
- UserCallbackException
Constructors
- UserCallbackException(Object userException)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- helpLink → String?
-
A link to the documentation that explains how to resolve the error.
finalinherited
- message → String
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- userException → Object
-
The error that was thrown while executing the callback.
final
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