Package proguard.evaluation.exception
Class ArrayStoreTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.ArrayStoreTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ArrayStoreTypeException 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 ArrayStoreTypeException(TypedReferenceValue array, Value value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypedReferenceValue
getArray()
Value
getValue()
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-
-
-
Constructor Detail
-
ArrayStoreTypeException
public ArrayStoreTypeException(TypedReferenceValue array, Value value)
-
-
Method Detail
-
getArray
public TypedReferenceValue getArray()
-
getValue
public Value getValue()
-
-