ConfigException class

Raised when distribution.yaml is structurally invalid.

Carries a message that is meant to be shown directly to the user, so it should always name the offending key and, when possible, how to fix it.

Implemented types

Constructors

ConfigException(String message)
Creates a configuration error carrying message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
Human readable explanation of what is wrong with the configuration.
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