Uses of Class
ch.nolix.baseapi.errorcontrol.invalidargumentexception.SmallerArgumentException
Packages that use SmallerArgumentException
-
Uses of SmallerArgumentException in ch.nolix.baseapi.errorcontrol.invalidargumentexception
Methods in ch.nolix.baseapi.errorcontrol.invalidargumentexception that return SmallerArgumentExceptionModifier and TypeMethodDescriptionstatic SmallerArgumentExceptionSmallerArgumentException.forArgumentAndArgumentNameAndLimit(BigDecimal argument, String argumentName, BigDecimal limit) static SmallerArgumentExceptionSmallerArgumentException.forArgumentAndArgumentNameAndMin(double argument, String argumentName, double min)