Package proguard.classfile.exception
Class NegativeStackSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.classfile.exception.NegativeStackSizeException
-
- All Implemented Interfaces:
java.io.Serializable
public class NegativeStackSizeException extends ProguardCoreException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Clazz
getClazz()
Instruction
getInstruction()
int
getInstructionOffset()
Method
getMethod()
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-
-
-
Constructor Detail
-
NegativeStackSizeException
public NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
-
-
Method Detail
-
getClazz
public Clazz getClazz()
-
getMethod
public Method getMethod()
-
getInstruction
public Instruction getInstruction()
-
getInstructionOffset
public int getInstructionOffset()
-
-