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