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