Package proguard.evaluation.exception
Class VariableEmptySlotException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- proguard.exception.ProguardCoreException
 - 
- proguard.evaluation.exception.VariableEvaluationException
 - 
- proguard.evaluation.exception.VariableEmptySlotException
 
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 java.io.Serializable
public class VariableEmptySlotException extends VariableEvaluationException
Exception thrown when a variable slot contains an empty value, but should not.- See Also:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder 
 - 
 
- 
Constructor Summary
Constructors Constructor Description VariableEmptySlotException(int index) 
- 
Method Summary
- 
Methods inherited from class proguard.evaluation.exception.VariableEvaluationException
getIndex 
- 
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters 
 - 
 
 -