ServiceNotFoundException class

An exception that is thrown when a service of the type service was not found.

Inheritance

Constructors

ServiceNotFoundException(Type service)
Creates a new ServiceNotFoundException object.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
inner CatalystBuilderException?
A inner exception
finalinherited
message String
The exception message
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
service Type
The type of the service that was not found.
final

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