类 NegativeStackSizeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.classfile.exception.NegativeStackSizeException
-
- 所有已实现的接口:
java.io.Serializable
public class NegativeStackSizeException extends ProguardCoreException
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
构造器概要
构造器 构造器 说明 NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ClazzgetClazz()InstructiongetInstruction()intgetInstructionOffset()MethodgetMethod()-
从类继承的方法 proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-
-
-
构造器详细资料
-
NegativeStackSizeException
public NegativeStackSizeException(Clazz clazz, Method method, Instruction instruction, int instructionOffset)
-
-
方法详细资料
-
getClazz
public Clazz getClazz()
-
getMethod
public Method getMethod()
-
getInstruction
public Instruction getInstruction()
-
getInstructionOffset
public int getInstructionOffset()
-
-