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
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