INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: "The project-wide universal properties: error handling", "facilities - the class may be used as ancestor by other", "classes or as a supplier of them ..."
project: "Visual Eiffel"
revision: "$Revision: 1.2 $"
copyright: "Copyright (C) 1996-2005 Object Tools Group"
license: "http://visual-eiffel.com/license"
cluster: containers
class ERROR_HANDLER_
inherit

EXCEPTIONS
end
feature -- Operations

err_report (location, message: STRING; code: INTEGER; xobject: ANY)
-- builds an error report according to the actual argument list
-- and raises a user defined exception ...
--
require
valid_location: location /= void
valid_message: message /= void
end -- class ERROR_HANDLER_

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES