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:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder -
Constructor Summary
ConstructorsConstructorDescriptionNegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset) -
Method Summary
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NegativeStackSizeException
public NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
-
-
Method Details
-
getClazz
-
getMethod
-
getInstruction
-
getInstructionOffset
public int getInstructionOffset()
-