Files
eiffel-org/documentation/current/solutions/other-languages/cecil/cecil-reference/eif-enable-visible-exception.wiki
jfiat 2ee31ab9c7 Author:admin
Date:2008-09-17T13:53:28.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
2008-09-17 13:53:28 +00:00

24 lines
891 B
Plaintext

[[Property:title|Reference for `eif_enable_visible_exception']]
[[Property:link_title|eif_enable_visible_exception]]
[[Property:weight|-4]]
==SYNOPSYS==
<code>
'''#include "eif_cecil.h"
void eif_enable_visible_exception ();
void eif_disable_visible_exception ();'''</code>
==DESCRIPTION==
The '''eif_enable_visble_exception()''' routine enables the visible exception, while '''eif_disable_visible_exception()'''disables it. These routines can be used for debugging purpose. A visible exception is raised when the user tries to access to an Eiffel attribute or a Eiffel routine address which is not visible.
The visible exception is disabled by default.
==CONFORMANCE==
ISE Eiffel 4.5 and later.
==COMPATIBILITY==
In ISE Eiffel 4.3 and 4.4, the visible exception is enabled by default.
==SEE ALSO==
'''eif_attribute'''(1) , '''eif_procedure'''(1), '''eif_reference_function'''(1).