# File checkcase.rb, line 39
    def initialize( max_errors )
        @max_errors = max_errors
        super()
    end