Class 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
    • Constructor Detail

      • StackCategoryOneException

        public StackCategoryOneException​(Value foundValue,
                                         java.lang.Throwable cause)
    • Method Detail

      • getFoundValue

        public Value getFoundValue()