public class InstructionMismatchException
extends java.lang.RuntimeException
InsnList between two unconnected nodes.| Constructor and Description |
|---|
InstructionMismatchException(org.objectweb.asm.tree.AbstractInsnNode start,
org.objectweb.asm.tree.AbstractInsnNode end)
Constructs a new instruction mismatch exception with the specified detail message.
|
public InstructionMismatchException(org.objectweb.asm.tree.AbstractInsnNode start,
org.objectweb.asm.tree.AbstractInsnNode end)
start - the first nodeend - the second node