indexing description: "[ IO failure ]" library: "Free implementation of ELKS library" copyright: "Copyright (c) 1986-2006, Eiffel Software and others" license: "Eiffel Forum License v2 (see forum.txt)" date: "$Date$" revision: "$Revision$" class IO_FAILURE inherit DATA_EXCEPTION feature -- Access frozen code: INTEGER is -- Exception code do Result := {EXCEP_CONST}.io_exception end error_code: INTEGER -- Error code feature {EXCEPTION_MANAGER} -- Status setting set_Error_code (a_code: like Error_code) is -- Set `Error_code' with `a_code' do Error_code := a_code end feature {NONE} -- Accesss frozen internal_meaning: STRING is "I/O error." end