BlockchainUtilsException class abstract
An abstract class 'BlockchainUtilsException' that implements the Exception interface. This class serves as a base for custom exceptions related to blockchain utility operations.
- Implemented types
- Implementers
- AddressConverterException
- ArgumentException
- Base58ChecksumError
- Bech32ChecksumError
- Bip32KeyError
- Bip32PathError
- Bip44DepthError
- CborException
- CryptoOpsException
- JacobiError
- LayoutException
- MessageException
- MnemonicException
- MoneroKeyError
- RPCError
- SquareRootError
- SS58ChecksumError
- SubstrateKeyError
- SubstratePathError
- Web3SecretStorageDefinationV3Exception
Constructors
-
BlockchainUtilsException(String message, {Map<
String, dynamic> ? details}) -
const
Properties
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