Package proguard.evaluation.exception
Class ValueTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.ValueTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueTypeException extends ProguardCoreException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description ValueTypeException(java.lang.String exceptedType, Value actualType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getActualType()
java.lang.String
getExceptedType()
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-