DiscoveryException class final
Custom Exception that is thrown when the discovery process fails.
- Inheritance
-
- Object
- DartWotException
- DiscoveryException
Constructors
- DiscoveryException(String message)
-
Creates a new DiscoveryException with the specified error
message
.const
Properties
- exceptionType → String
-
The name of this Exception that will appear in the error message log.
no setteroverride
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
The error message of this DartWotException.
finalinherited
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited