Verwendungen von Datensatzklasse
ch.nolix.coreapi.errorcontrolapi.exceptionargumentboxapi.ErrorPredicateDto
Packages, die ErrorPredicateDto verwenden
-
Verwendungen von ErrorPredicateDto in ch.nolix.core.errorcontrol.invalidargumentexception
Konstruktoren in ch.nolix.core.errorcontrol.invalidargumentexception mit Parametern vom Typ ErrorPredicateDtoModifiziererKonstruktorBeschreibungprotected
AbstractInvalidArgumentException
(Object argument, ArgumentNameDto argumentNameDto, ErrorPredicateDto errorPredicateDto) Creates a newAbstractInvalidArgumentException
for the given argument, argumentName of the given argumentNameDto and errorPredicate of the given errorPredicateDto.protected
AbstractInvalidArgumentException
(Object argument, ArgumentNameDto argumentNameDto, ErrorPredicateDto errorPredicateDto, CauseDto causeDto) Creates a newAbstractInvalidArgumentException
for the given argument, argumentName of the given argumentNameDto, errorPredicate of the given errorPredicateDto and cause of the given causeDto.protected
AbstractInvalidArgumentException
(Object argument, ErrorPredicateDto errorPredicateDto) Creates a newAbstractInvalidArgumentException
for the given argument and the errorPredicate of the given errorPredicateDto.protected
InvalidArgumentException
(Object argument, ArgumentNameDto argumentNameDto, ErrorPredicateDto errorPredicateDto) Creates a newInvalidArgumentException
for the given argument, argumentName and errorPredicate.protected
InvalidArgumentException
(Object argument, ArgumentNameDto argumentNameDto, ErrorPredicateDto errorPredicateDto, CauseDto causeDto) Creates a newInvalidArgumentException
for the given argument, argumentName of the given argumentNameDto, errorPredicate of the given errorPredicateDto and cause of the given causeDto.protected
InvalidArgumentException
(Object argument, ErrorPredicateDto errorPredicateDto) Creates a newInvalidArgumentException
for the given argument and the errorPredicate of the given errorPredicateDto.