public class Faults extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Faults.OngoingRethrowClause
Fault narrowing clause;
|
| Constructor and Description |
|---|
Faults() |
| Modifier and Type | Method and Description |
|---|---|
static Faults.OngoingRethrowClause |
causeOf(RuntimeException fault)
Indicates a fault to be rethrown with a narrower type.
|
public static Faults.OngoingRethrowClause causeOf(RuntimeException fault)
fault - the faultCopyright © 2014. All Rights Reserved.