A quick question regarding the java.lang.VerifyError exception. Suppose I got an error that looks like this:
Java call terminated by uncaught Java exception: java.lang.VerifyError:(class: com/.../MyClassName, method: <init> signature: (Ljava/io/Reader;)V) Incompatible argument to function
Could you help me understand what "init" is and what parts of "(Ljava / io / Reader;) V)"? They don't look like method names or signatures for me, but I'm not too familiar with java. Thanks!
java exception verifyerror
Zoomzoom
source share