CepFetcherException class

Defines the exception hierarchy for the cep_fetcher package.

All exceptions thrown by this package extend CepFetcherException, allowing consumers to catch both specific and general errors.

Base class for all exceptions thrown by the cep_fetcher package.

Contains a human-readable message describing the failure.

Implemented types
Implementers

Constructors

CepFetcherException(String message)
Creates a new CepFetcherException with the provided message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
A human-readable description of the exception.
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
A string representation of this object.
override

Operators

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