类 StackTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.StackTypeException
-
- 所有已实现的接口:
java.io.Serializable
public class StackTypeException extends ProguardCoreException
Exception thrown when a type on the stack does not match the expected type.- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
构造器概要
构造器 构造器 说明 StackTypeException(Value foundValue, java.lang.String expectedType, java.lang.Throwable cause)
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 java.lang.StringgetExpectedType()ValuegetFoundValue()-
从类继承的方法 proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-