public class NegativeStackSizeException extends ProguardCoreException
| Constructor and Description |
|---|
NegativeStackSizeException(Clazz clazz,
Method method,
Instruction instruction,
int instructionOffset) |
| Modifier and Type | Method and Description |
|---|---|
Clazz |
getClazz() |
Instruction |
getInstruction() |
int |
getInstructionOffset() |
Method |
getMethod() |
getComponentErrorId, getErrorParameterspublic NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
public Clazz getClazz()
public Method getMethod()
public Instruction getInstruction()
public int getInstructionOffset()