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:
Serializable
Exception thrown when the variable index is out of bound of the current Variable count.
- 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.evaluation.exception.VariableEvaluationException
getIndexMethods 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
-
VariableIndexOutOfBoundException
public VariableIndexOutOfBoundException(int index, int bound)
-
-
Method Details
-
getBound
public int getBound()
-