SubstrateBip39Exception class
- Implemented types
Constructors
- SubstrateBip39Exception(SecretStringError cause, [String? description])
-
const
- SubstrateBip39Exception.fromException(Exception e)
-
factory
- SubstrateBip39Exception.invalidEntropy([String? description])
-
factory
- SubstrateBip39Exception.invalidFormat([String? description])
-
factory
- SubstrateBip39Exception.invalidPassword([String? description])
-
factory
- SubstrateBip39Exception.invalidPath([String? description])
-
factory
- SubstrateBip39Exception.invalidPhrase([String? description])
-
factory
- SubstrateBip39Exception.invalidSeed([String? description])
-
factory
- SubstrateBip39Exception.invalidSeedLength([String? description])
-
factory
Properties
- cause → SecretStringError
-
final
- description → String?
-
final
- 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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited