UserNotFoundException class

Constructors

UserNotFoundException()
const

Properties

cause Object?
The cause of the user-exception. Usually another error.
finalinherited
code → ExceptionCode?
The error may have some code. This may be used for error message translations, and also to simplify receiving errors from web-services, cloud-functions etc.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
msg String?
Some message shown to the user.
finalinherited
onCancel VoidCallback?
"Cancel" callback. If the exception has a cause, will return a merged callback.
no setterinherited
onOk VoidCallback?
"OK" callback. If the exception has a cause, will return a merged callback.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dialogContent([Locale? locale]) String
inherited
dialogTitle([Locale? locale]) String
inherited
hardCause() Object?
Returns the first cause which, recursively, is NOT a UserException. If not found, returns null.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
withoutHardCause() → UserException
Returns a deep copy of this exception, but stopping at, and not including, the first cause which is not a UserException.
inherited

Operators

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