Package proguard.evaluation
Class IncompleteClassHierarchyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
proguard.exception.ProguardCoreException
proguard.evaluation.IncompleteClassHierarchyException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncompleteClassHierarchyException
Deprecated.
Represents an exception during partial evaluation when an incomplete class hierarchy was
encountered.
Deprecated: use IncompleteClassHierarchyException
instead.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParametersMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IncompleteClassHierarchyException
Deprecated.
-