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
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