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 void
TestHKW. main(String[] args)
Deprecated.static void
TestKW. main(String[] args)
static void
TkmTESDemo. main(String[] args)
static void
TkmTITSDemo. 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 long
TkmTimeUtils. getNext30Test(Date dateToBeRounded)
static long
TkmTimeUtils. getRoundedTime30s(Date dateToBeRounded)
return long value of passed time rounded to 0th or 30th second of passed minutestatic long
TkmTimeUtils. getRoundedTimeMils(Date dateToBeRounded, long roundValuelMils)
-