# File checktype.rb, line 67
    def initialize( max_errors )
        @max_errors = max_errors
        super()
    end