src/share/classes/jdk/internal/org/objectweb/asm/tree/analysis/AnalyzerException.java

Print this page

        

@@ -64,10 +64,11 @@
  * Thrown if a problem occurs during the analysis of a method.
  *
  * @author Bing Ran
  * @author Eric Bruneton
  */
+@SuppressWarnings("serial")
 public class AnalyzerException extends Exception {
 
     public final AbstractInsnNode node;
 
     public AnalyzerException(final AbstractInsnNode node, final String msg) {