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:
Serializable
Exception thrown when the index to access an array is known to be out of bound for the array.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder -
Constructor Summary
Constructors -
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
-
ArrayIndexOutOfBounds
public ArrayIndexOutOfBounds(int index, int bound)
-
-
Method Details
-
getIndex
public int getIndex() -
getBound
public int getBound()
-