view doc/interpreter/errors.txi @ 4167:aae05d51353c

[project @ 2002-11-12 02:52:50 by jwe]
author jwe
date Tue, 12 Nov 2002 02:52:51 +0000
parents 36405da8e173
children d5667eaf8859
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(error_text)

@DOCSTRING(beep_on_error)

@DOCSTRING(warning)

@DOCSTRING(usage)

The following pair of functions are of limited usefulness, and may be
removed from future versions of Octave.

@DOCSTRING(perror)

@DOCSTRING(strerror)