Uses of Class
com.h2tcoin.takamakachain.exceptions.threadSafeUtils.InvalidParameterException
-
Packages that use InvalidParameterException Package Description com.h2tcoin.takamakachain.main com.h2tcoin.takamakachain.utils.threadSafeUtils -
-
Uses of InvalidParameterException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw InvalidParameterException Modifier and Type Method Description static voidTestHKW. main(String[] args)Deprecated.static voidTestKW. main(String[] args)static voidTkmTESDemo. main(String[] args)static voidTkmTITSDemo. main(String[] args) -
Uses of InvalidParameterException in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that throw InvalidParameterException Modifier and Type Method Description static longTkmTimeUtils. getNext30Test(Date dateToBeRounded)static longTkmTimeUtils. getRoundedTime30s(Date dateToBeRounded)return long value of passed time rounded to 0th or 30th second of passed minutestatic longTkmTimeUtils. getRoundedTimeMils(Date dateToBeRounded, long roundValuelMils)
-