UserException class

Implemented types
Implementers

Constructors

UserException(String userMessageId, {List<Object> args = const [], int? quantity, Object? cause})
const

Properties

args List<Object>
final
cause Object?
final
hashCode int
The hash code for this object.
no setterinherited
quantity int?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userMessageId String
final

Methods

getUserMessage(LocalizationsRepository localizationsRepository, {bool includesCauses = true}) String
Gets the localized user-facing message for this exception.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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