WrappedFailureException class
An Exception class intended to wrap any Object that represents a failure. This provides ArcGISException a way to record any failure-reporting Object on the ArcGISException.wrappedException property. An example would be an ArcGISException triggered by an Error object.
- Implemented types
Properties
- failureObject → Object
-
The failure-defining Object wrapped by this Exception.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
String representation of the wrapped failureObject
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