ProxyHandlerException class

Exception indicating an exception/error occurred in the proxy handler.

Inheritance

Constructors

ProxyHandlerException(String targetUri, Object exception)
Constructor.

Properties

exception → Object
The exception that was thrown when trying to retrieve the targetUri.
final
targetUri → String
The target URI
final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
String representation of the exception.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited