/library/error/visitor/error_null_visitor.e
http://github.com/jocelyn/EiffelWebReloaded · Specman e · 38 lines · 31 code · 7 blank · 0 comment · 0 complexity · 0012549bdc5a40944d8f7b1b2d8fac0c MD5 · raw file
- note
- description : "Null error visitor"
- legal: "See notice at end of class."
- status: "See notice at end of class."
- date: "$Date$"
- revision: "$Revision$"
-
- class
- ERROR_NULL_VISITOR
-
- inherit
- ERROR_VISITOR
-
- feature -- Access
-
- process_error (e: ERROR)
- do
- end
-
- process_custom (e: ERROR_CUSTOM)
- do
- end
-
- process_group (g: ERROR_GROUP)
- do
- end
-
- note
- copyright: "Copyright (c) 1984-2011, Eiffel Software and others"
- license: "Eiffel Forum License v2 (see http://www.eiffel.com/licensing/forum.txt)"
- source: "[
- Eiffel Software
- 5949 Hollister Ave., Goleta, CA 93117 USA
- Telephone 805-685-1006, Fax 805-685-6869
- Website http://www.eiffel.com
- Customer support http://support.eiffel.com
- ]"
- end