public class TheErrorType extends Object
| Constructor and Description |
|---|
TheErrorType(String actualFailureCause) |
| Modifier and Type | Method and Description |
|---|---|
static TheErrorType |
causedBy(String actualFailureCause) |
boolean |
isAKindOf(Class<? extends Throwable> expected) |
public TheErrorType(String actualFailureCause)
public static TheErrorType causedBy(String actualFailureCause)
Copyright © 2023. All rights reserved.