java.lang.IllegalArgumentException: bound must be positive

Posted 闲言博客

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.lang.IllegalArgumentException: bound must be positive相关的知识,希望对你有一定的参考价值。

错误描述

Exception in thread "main" java.lang.IllegalArgumentException: bound must be positive
	at java.base/java.util.Random.nextInt(Random.java:388)

错误原因

nextInt 的构造方法不能传入小于1的值

以上是关于java.lang.IllegalArgumentException: bound must be positive的主要内容,如果未能解决你的问题,请参考以下文章

IllegalArgumentException:此 NavController 未知导航目的地 xxx