Klasse MultiStringMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.MultiArgumentMediator<String>
ch.nolix.core.errorcontrol.validator.MultiStringMediator
A string container mediator is not mutable.
- Version:
- 2017-01-01
- Autor:
- Silvan Wyss
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
for the arguments of the currentMultiStringMediator
.void
Von Klasse geerbte Methoden ch.nolix.core.errorcontrol.validator.MultiArgumentMediator
areNotNull, fulfill, getStoredArguments
-
Methodendetails
-
areNotBlank
public void areNotBlank()for the arguments of the currentMultiStringMediator
.- Löst aus:
ArgumentIsNullException
- if one of the arguments of the currentMultiStringMediator
is null.InvalidArgumentException
- if one of the arguments of the currentMultiStringMediator
is blank.
-
areNotEmpty
public void areNotEmpty()- Löst aus:
ArgumentIsNullException
- if one of the arguments of this strinc container mediator is null.EmptyArgumentException
- if one of the arguments of this string container mediator is empty.
-