PopException class

Informs about an exceptional case when dealing with a POP service

Implemented types

Constructors

PopException(PopClient popClient, PopResponse response, {StackTrace? stackTrace})
Creates a new pop exception
PopException.message(PopClient popClient, String message)
Creates a new POP exception with the given message

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
The message
no setter
popClient PopClient
The originating client
final
response PopResponse
The response from the POP server
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