CheetahStopIterationException constructor

CheetahStopIterationException(
  1. String? message
)

Implementation

CheetahStopIterationException(String? message) : super(message);