Verwendungen von Datensatzklasse
ch.nolix.coreapi.errorcontrolapi.exceptionargumentboxapi.CauseDto
Packages, die CauseDto verwenden
-
Verwendungen von CauseDto in ch.nolix.core.errorcontrol.invalidargumentexception
Konstruktoren in ch.nolix.core.errorcontrol.invalidargumentexception mit Parametern vom Typ CauseDtoModifiziererKonstruktorBeschreibungprotected
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, 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.