ImapException class

Provides information about an exception

Implemented types

Constructors

ImapException(ImapClient imapClient, String? message, {StackTrace? stackTrace, dynamic details})
Creates a new exception

Properties

details → dynamic
Any exception-specific details if known
final
hashCode int
The hash code for this object.
no setterinherited
imapClient ImapClient
The corresponding IMAP client
final
message String?
The message if known
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stackTrace StackTrace?
The stacktrace if known
final

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