MoneroKeyError class

An exception class representing an error related to Monero keys.

This exception class is used to represent errors and exceptions related to Monero keys.

Implemented types

Constructors

MoneroKeyError(String message)
Constructs a MoneroKeyError with an optional error message.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Abstract field to hold the exception message.
final
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
Returns a string representation of the exception.
override

Operators

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