public class FaultDSL extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FaultDSL.AsClause
Fault narrowing clause;
|
| Constructor and Description |
|---|
FaultDSL() |
| Modifier and Type | Method and Description |
|---|---|
static FaultDSL.AsClause |
again(Throwable fault)
Indicates a fault to be rethrown with a narrower type.
|
public static FaultDSL.AsClause again(Throwable fault)
fault - the faultCopyright © 2017. All Rights Reserved.