类 ArrayStoreTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.ArrayStoreTypeException
-
- 所有已实现的接口:
java.io.Serializable
public class ArrayStoreTypeException extends ProguardCoreException
- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
构造器概要
构造器 构造器 说明 ArrayStoreTypeException(TypedReferenceValue array, Value value)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 TypedReferenceValuegetArray()ValuegetValue()-
从类继承的方法 proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-
-
-
构造器详细资料
-
ArrayStoreTypeException
public ArrayStoreTypeException(TypedReferenceValue array, Value value)
-
-
方法详细资料
-
getArray
public TypedReferenceValue getArray()
-
getValue
public Value getValue()
-
-