INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

copyright: "Object Tools, 1996-2001"
version: "1.2"
cluster: formats
class G_FORMAT_ERROR_HANDLER
inherit

EXCEPTIONS
end
feature -- Operations

report (name, msg: STRING; code: INTEGER; xobject: ANY)
-- builds error report according to the actual argument list,
-- prints it and raises a user defined exception: if proper
-- 'error_types.item (code)' is defined it'll be used as 'msg'
-- supplement otherwise only numeric 'code' is appended to ...
-- (this routine is supported by Eiffel/S of Object Tools GmbH)
--
require
valid_name: name /= void
end -- class G_FORMAT_ERROR_HANDLER

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES