See: Description
| Class | Description |
|---|---|
| Arg |
Utility class to check an argument.
|
| Exception | Description |
|---|---|
| BlankArgumentException |
Signals that a given
String argument is blank where is must no be
blank. |
| BlankExceptNullArgumentException |
Signals that a given
String argument is not null but
contains only whitespaces or is empty. |
| NullArgumentException |
Signals that a given argument is
null where is must no be
null. |