Uses of Class
ch.nolix.baseapi.errorcontrol.invalidargumentexception.UnrepresentingArgumentException
Packages that use UnrepresentingArgumentException
-
Uses of UnrepresentingArgumentException in ch.nolix.baseapi.errorcontrol.invalidargumentexception
Methods in ch.nolix.baseapi.errorcontrol.invalidargumentexception that return UnrepresentingArgumentExceptionModifier and TypeMethodDescriptionUnrepresentingArgumentException.forArgumentAndArgumentNameAndType(Object argument, String argumentName, Class<?> type) UnrepresentingArgumentException.forArgumentAndType(Object argument, Class<?> type)