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

Print this page

        

*** 64,74 **** * Thrown if a problem occurs during the analysis of a method. * * @author Bing Ran * @author Eric Bruneton */ ! @SuppressWarnings("serial") // implementation class public class AnalyzerException extends Exception { public final AbstractInsnNode node; public AnalyzerException(final AbstractInsnNode node, final String msg) { --- 64,74 ---- * 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) {