Class ExcessiveComplexityException

All Implemented Interfaces:
Serializable

public class ExcessiveComplexityException extends ProguardCoreException
Represents an exception during partial evaluation when a single instruction would be visited more than PartialEvaluator.stopAnalysisAfterNEvaluations(int) times. In this case, the analysis will forcibly stop by throwing this exception.
See Also:
  • Constructor Details

    • ExcessiveComplexityException

      public ExcessiveComplexityException(String message)