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
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetUri String
The target URI
final

Methods

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

Operators

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