java.lang.VerifyError on method that worked a minute ago
- by Travis
Apologies in advance but I have never seen this error before and don't know what to include. I am using NetBeans and suddenly began getting this error:
Exception in thread "AWT-EventQueue-0" java.lang.VerifyError: (class: market/CostOperations, method: <init> signature: ()V) Constructor must call super() or this()
at…