You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Groovy has a strange bug. When you compile a library with JDK6 byte code and try to run it on a JDK7 or higher JVM; the resulting error is mismatched arguments for exceptions.
...and compile time for java.lang.Exception do not match.
See http://blog.proxerd.pl/article/how-to-fix-incompatibleclasschangeerror-for-your-groovy-projects-running-on-jdk7
The simplest solution is to rewrite the exception classes as Java.
The text was updated successfully, but these errors were encountered: