Verwendungen von Datensatzklasse
ch.nolix.coreapi.errorcontrol.exceptionargumentbox.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 CauseDtoModifiziererKonstruktorBeschreibungprotectedAbstractInvalidArgumentException(Object argument, ArgumentNameDto argumentNameDto, ErrorPredicateDto errorPredicateDto, CauseDto causeDto) Creates a newAbstractInvalidArgumentExceptionfor the given argument, argumentName of the given argumentNameDto, errorPredicate of the given errorPredicateDto and cause of the given causeDto.protectedInvalidArgumentException(Object argument, ArgumentNameDto argumentNameDto, ErrorPredicateDto errorPredicateDto, CauseDto causeDto) Creates a newInvalidArgumentExceptionfor the given argument, argumentName of the given argumentNameDto, errorPredicate of the given errorPredicateDto and cause of the given causeDto.