public class Fail extends Statement
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
error |
Constructor and Description |
---|
Fail(java.lang.Throwable e) |
Modifier and Type | Method and Description |
---|---|
void |
evaluate()
Run the action, throwing a
Throwable if anything goes wrong. |