Uses of Class
ch.nolix.baseapi.errorcontrol.invalidargumentexception.ArgumentDoesNotHaveAttributeException
Packages that use ArgumentDoesNotHaveAttributeException
-
Uses of ArgumentDoesNotHaveAttributeException in ch.nolix.baseapi.errorcontrol.invalidargumentexception
Methods in ch.nolix.baseapi.errorcontrol.invalidargumentexception that return ArgumentDoesNotHaveAttributeExceptionModifier and TypeMethodDescriptionArgumentDoesNotHaveAttributeException.forArgumentAndArgumentNameAndAttributeName(Object argument, String argumentName, String attributeName) ArgumentDoesNotHaveAttributeException.forArgumentAndArgumentNameAndAttributeType(String argumentName, Object argument, Class<?> attributeType) ArgumentDoesNotHaveAttributeException.forArgumentAndAttributeName(Object argument, String attributeName) ArgumentDoesNotHaveAttributeException.forArgumentAndAttributeType(Object argument, Class<?> attributeType)