java.lang.AssertionError: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 843851, 1 year ago
java.lang.AssertionError:
at com.sun.tools.javac.jvm.Gen.visitBreak(Gen.java:1631)
at com.sun.tools.javac.tree.JCTree$JCBreak.accept(JCTree.java:1167)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:679)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:714)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:700)
at com.sun.tools.javac.jvm.Gen.genStats(Gen.java:751)
at com.sun.tools.javac.jvm.Gen.genStats(Gen.java:735)
at com.sun.tools.javac.jvm.Gen.visitSwitch(Gen.java:1210)
at com.sun.tools.javac.tree.JCTree$JCSwitch.accept(JCTree.java:943)
at com.sun.tools.javac.jvm.Gen.genDef(Gen.java:679)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:714)
at com.sun.tools.javac.jvm.Gen.genStat(Gen.java:700)
at com.sun.tools.javac.jvm.Gen.genLoop(Gen.java:1076)
at com.sun.tools.javac.jvm.Gen.visitForLoop(Gen.java:1047)
at com.sun.tools.javac.tree.JCTree$JCForLoop.accept(JCTree.java:856)