Uses of Class
ch.nolix.baseapi.errorcontrol.invalidargumentexception.NegativeArgumentException
Packages that use NegativeArgumentException
-
Uses of NegativeArgumentException in ch.nolix.baseapi.errorcontrol.invalidargumentexception
Methods in ch.nolix.baseapi.errorcontrol.invalidargumentexception that return NegativeArgumentExceptionModifier and TypeMethodDescriptionstatic NegativeArgumentExceptionNegativeArgumentException.forArgumentAndArgumentName(double argument, String argumentName) static NegativeArgumentExceptionNegativeArgumentException.forArgumentAndArgumentName(long argument, String argumentName) static NegativeArgumentExceptionNegativeArgumentException.forArgumentAndArgumentName(BigDecimal argument, String argumentName)