Package proguard.evaluation.exception
Class StackCategoryOneException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.StackCategoryOneException
-
- All Implemented Interfaces:
java.io.Serializable
public class StackCategoryOneException extends ProguardCoreException
Exception thrown when a type on the stack does not match the category one expected type.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description StackCategoryOneException(Value foundValue, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Value
getFoundValue()
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-