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