UndefinedSchemeParserException class final
Exception for creating property with undefined scheme found in AsserestPropertyParser.
To avoid this exception thrown, it is recommanded to verify the related PropertyParseProcessor is defined already by using AsserestPropertyParser.isDefined.
- Inheritance
-
- Object
- AsserestException
- UndefinedSchemeParserException
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String
-
An message of this throwable object.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scheme → String
-
An Uri.scheme which does not defined it's PropertyParseProcessor.
final
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