VariableException class

Raised when a %{{command}} substitution cannot produce a value.

Substituting an empty string or the command's stderr looks like success and silently changes what gets built, so a failed substitution stops the run.

Implemented types

Constructors

VariableException(String message)
Creates a substitution failure carrying message.

Properties

hashCode int
The hash code for this object.
no setterinherited
message String
What failed, and why.
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