RhttpWrappedClientException class
Every exception must be a subclass of ClientException
as per contract of BaseClient
.
- Implemented types
Constructors
- RhttpWrappedClientException.new(String message, Uri? uri, RhttpException rhttpException)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
finalinherited
- rhttpException → RhttpException
-
The original exception that was thrown by rhttp.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- uri → Uri?
-
The URL of the HTTP request or response that failed.
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited