Class IncompleteClassHierarchyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IncompleteClassHierarchyException

@Deprecated public class IncompleteClassHierarchyException extends ProguardCoreException
Deprecated.
Represents an exception during partial evaluation when an incomplete class hierarchy was encountered.

Deprecated: use IncompleteClassHierarchyException instead.

See Also:
  • Constructor Details

    • IncompleteClassHierarchyException

      public IncompleteClassHierarchyException(String message)
      Deprecated.