类 ExcessiveComplexityException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- proguard.exception.ProguardCoreException
-
- proguard.evaluation.exception.ExcessiveComplexityException
-
- 所有已实现的接口:
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.- 另请参阅:
- 序列化表格
-
-
嵌套类概要
-
从类继承的嵌套类/接口 proguard.exception.ProguardCoreException
ProguardCoreException.Builder
-
-
构造器概要
构造器 构造器 说明 ExcessiveComplexityException(java.lang.String message)
-
方法概要
-
从类继承的方法 proguard.exception.ProguardCoreException
getComponentErrorId, getErrorParameters
-
-