- indexing
- title: "ERROR"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.2 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: gmsgs
class ERROR
- inherit
-
MESSAGE
-
- redefine
- is_error
- end
- creation
- make
- feature
-
is_error: BOOLEAN
end -- class ERROR