Class StackTypeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class StackTypeException
    extends ProguardCoreException
    Exception thrown when a type on the stack does not match the expected type.
    See Also:
    Serialized Form
    • Constructor Detail

      • StackTypeException

        public StackTypeException​(Value foundValue,
                                  java.lang.String expectedType,
                                  java.lang.Throwable cause)
    • Method Detail

      • getExpectedType

        public java.lang.String getExpectedType()
      • getFoundValue

        public Value getFoundValue()