note description: "[ Exception raised in rescue clause ]" 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 RESCUE_FAILURE inherit OBSOLETE_EXCEPTION feature -- Access frozen code: INTEGER -- Exception code do Result := {EXCEP_CONST}.rescue_exception end tag: IMMUTABLE_STRING_32 -- once create Result.make_from_string_8 ("Exception in rescue clause.") end end