Class NegativeStackSizeException

All Implemented Interfaces:
Serializable

public class NegativeStackSizeException extends ProguardCoreException
See Also:
  • Constructor Details

    • NegativeStackSizeException

      public NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
  • Method Details

    • getClazz

      public Clazz getClazz()
    • getMethod

      public Method getMethod()
    • getInstruction

      public Instruction getInstruction()
    • getInstructionOffset

      public int getInstructionOffset()