UnknownServiceException class

Thrown when --only names something that is not there.

Silently running a subset of what was asked for is worse than refusing: a typo would otherwise look like a service that starts and does nothing.

Implemented types

Constructors

UnknownServiceException(List<String> names, List<String> available)
const

Properties

available List<String>
final
hashCode int
The hash code for this object.
no setterinherited
names List<String>
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