Package proguard.evaluation.exception
Class ExcessiveComplexityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.ExcessiveComplexityException
-
- All Implemented Interfaces:
java.io.Serializable
public class ExcessiveComplexityException extends ProguardCoreException
Represents an exception during partial evaluation when a single instruction would be visited more thanPartialEvaluator.stopAnalysisAfterNEvaluations(int)
times. In this case, the analysis will forcibly stop by throwing this exception.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
Constructor Summary
Constructors Constructor Description ExcessiveComplexityException(java.lang.String message)
-
Method Summary
-
Methods inherited from class proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-