Class StackCategoryOneException

All Implemented Interfaces:
Serializable

public class StackCategoryOneException extends ProguardCoreException
Exception thrown when a type on the stack does not match the category one expected type.
See Also:
  • Constructor Details

    • StackCategoryOneException

      public StackCategoryOneException(Value foundValue, Throwable cause)
  • Method Details

    • getFoundValue

      public Value getFoundValue()