类 StackTypeException

  • 所有已实现的接口:
    java.io.Serializable

    public class StackTypeException
    extends ProguardCoreException
    Exception thrown when a type on the stack does not match the expected type.
    另请参阅:
    序列化表格
    • 构造器详细资料

      • StackTypeException

        public StackTypeException​(Value foundValue,
                                  java.lang.String expectedType,
                                  java.lang.Throwable cause)
    • 方法详细资料

      • getExpectedType

        public java.lang.String getExpectedType()
      • getFoundValue

        public Value getFoundValue()