# File lib/tapkit/control/validation.rb, line 18
                def initialize( message = '', key = nil, object = {} )
                        super message
                        @key = key
                        @object = object
                        unless Array === @object[EXCEPTIONS] then
                                @object[EXCEPTIONS] = []
                        end
                end