Mercurial > hg > octave-nkf
view doc/interpreter/errors.txi @ 5536:f16c05db6250 ss-2-9-4
[project @ 2005-11-11 19:53:51 by jwe]
author | jwe |
---|---|
date | Fri, 11 Nov 2005 19:53:52 +0000 |
parents | 5e2c68946f30 |
children | 5a5a09d7deb8 |
line wrap: on
line source
@c Copyright (C) 1996, 1997 John W. Eaton @c This is part of the Octave manual. @c For copying conditions, see the file gpl.texi. @node Error Handling @chapter Error Handling Octave includes several functions for printing error and warning messages. When you write functions that need to take special action when they encounter abnormal conditions, you should print the error messages using the functions described in this chapter. @DOCSTRING(error) @DOCSTRING(beep_on_error) @DOCSTRING(warning) @DOCSTRING(usage) @DOCSTRING(lasterr) @DOCSTRING(lastwarn) The following pair of functions are of limited usefulness, and may be removed from future versions of Octave. @DOCSTRING(perror) @DOCSTRING(strerror)