public class ShouldNotBeCompletedExceptionally extends BasicErrorMessageFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
SHOULD_NOT_HAVE_COMPLETED_EXCEPTIONALLY |
arguments, format
Modifier | Constructor and Description |
---|---|
private |
ShouldNotBeCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual) |
Modifier and Type | Method and Description |
---|---|
static ErrorMessageFactory |
shouldNotHaveCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual) |
create, create, create, equals, hashCode, toString, unquotedString
private static final java.lang.String SHOULD_NOT_HAVE_COMPLETED_EXCEPTIONALLY
private ShouldNotBeCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual)
public static ErrorMessageFactory shouldNotHaveCompletedExceptionally(java.util.concurrent.CompletableFuture<?> actual)