Package proguard.evaluation.exception
Class IncompleteClassHierarchyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.IncompleteClassHierarchyException
-
- proguard.evaluation.exception.IncompleteClassHierarchyException
-
- All Implemented Interfaces:
java.io.Serializable
public class IncompleteClassHierarchyException extends IncompleteClassHierarchyException
Represents an exception during partial evaluation when an incomplete class hierarchy was encountered.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description IncompleteClassHierarchyException(java.lang.String message)
-
Method Summary
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-