Verwendungen von Datensatzklasse
ch.nolix.coreapi.errorcontrolapi.exceptionargumentboxapi.ArgumentNameDto
Packages, die ArgumentNameDto verwenden
-
Verwendungen von ArgumentNameDto in ch.nolix.core.errorcontrol.invalidargumentexception
Konstruktoren in ch.nolix.core.errorcontrol.invalidargumentexception mit Parametern vom Typ ArgumentNameDtoModifiziererKonstruktorBeschreibungprotected
AbstractInvalidArgumentException
(Object argument, ArgumentNameDto argumentNameDto) Creates a newAbstractInvalidArgumentException
for the given argument and argumentName of the given argumentNameDtoprotected
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
InvalidArgumentException
(Object argument, ArgumentNameDto argumentNameDto) Creates a newInvalidArgumentException
for the given argument and the argumentName of the given argumentNameDto.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.