Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:
note description: "[ Exception for retrieval error, may be raised by `retrieved' in `IO_MEDIUM'. ]" 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: 2013-05-20 16:15:17 -0700 (Mon, 20 May 2013) $" revision: "$Revision: 92557 $" class MISMATCH_FAILURE inherit DATA_EXCEPTION create default_create feature -- Access frozen code: INTEGER_32 -- Exception code do Result := {EXCEP_CONST}.retrieve_exception end Tag: IMMUTABLE_STRING_32 -- A short message describing what current exception is once create Result.make_from_string_8 ("Mismatch failed.") end end -- class MISMATCH_FAILURE
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com