java.lang.IllegalArgumentException: Unknown var Result3 + Result3[,1] = (c.hex[,2]==0) ? 54321 : 54321 + ^------^ +
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 JIRA by Kevin Normoyle, 1 year ago
via JIRA by Kevin Normoyle, 2 years ago
via JIRA by Kevin Normoyle, 1 year ago
via JIRA by Kevin Normoyle, 2 years ago
via JIRA by Kevin Normoyle, 2 years ago
via JIRA by Kevin Normoyle, 1 year ago
java.lang.IllegalArgumentException: Unknown var Result3 + Result3[,1] = (c.hex[,2]==0) ? 54321 : 54321 + ^------^ +
at water.exec.Exec2.throwErr(Exec2.java:262)
at water.exec.ASTAssign.parseNew(AST.java:435)
at water.exec.AST.parseCXExpr(AST.java:26)
at water.exec.ASTStatement.parse(AST.java:72)
at water.exec.Exec2.parse(Exec2.java:137)
at water.exec.Exec2.exec(Exec2.java:111)
at water.api.Exec2.serve(Exec2.java:35)
at water.api.Request.serveGrid(Request.java:168)
at water.Request2.superServeGrid(Request2.java:495)
at water.api.Exec2.serveGrid(Exec2.java:78)
at water.api.Request.serve(Request.java:145)
at water.api.RequestServer.serve(RequestServer.java:553)
at water.NanoHTTPD$HTTPSession.run(NanoHTTPD.java:425)
at java.lang.Thread.run(Thread.java:744)