public class ProtocolErrors extends Object
Clients are supposed to passed well-formed messages, so these are IllegalArgumentExceptions indicating a programming error.
| Constructor and Description |
|---|
ProtocolErrors() |
| Modifier and Type | Method and Description |
|---|---|
static void |
check(boolean condition,
String errorWhenFalse,
Object... arguments) |
Copyright © 2017–2020. All rights reserved.