Package proguard.evaluation.exception
Class ArrayIndexOutOfBounds
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.ArrayIndexOutOfBounds
-
- All Implemented Interfaces:
java.io.Serializable
public class ArrayIndexOutOfBounds extends ProguardCoreException
Exception thrown when the index to access an array is known to be out of bound for the array.- See Also:
PartialEvaluator
, Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description ArrayIndexOutOfBounds(int index, int bound)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBound()
int
getIndex()
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-