Class InstructionMismatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ftbsc.lll.exceptions.InstructionMismatchException
All Implemented Interfaces:
Serializable

public class InstructionMismatchException extends RuntimeException
Thrown when attempting to build an InsnList between two unconnected nodes.
See Also:
  • Constructor Details

    • InstructionMismatchException

      public InstructionMismatchException(org.objectweb.asm.tree.AbstractInsnNode start, org.objectweb.asm.tree.AbstractInsnNode end)
      Constructs a new instruction mismatch exception with the specified detail message.
      Parameters:
      start - the first node
      end - the second node