summaryrefslogtreecommitdiffstats
path: root/doc/html/Errors.html
diff options
context:
space:
mode:
authorFrank Baker <fbaker@hdfgroup.org>1999-12-13 20:39:48 (GMT)
committerFrank Baker <fbaker@hdfgroup.org>1999-12-13 20:39:48 (GMT)
commit658fdbfb981b60eb42a6be70b5e2baf9f01989cd (patch)
tree5da339df5c8e5186fb760c16fcee5bbc0fbbffe3 /doc/html/Errors.html
parentca73fde3ba444896894a56dda3dc9f79d06a7bcd (diff)
downloadhdf5-658fdbfb981b60eb42a6be70b5e2baf9f01989cd.zip
hdf5-658fdbfb981b60eb42a6be70b5e2baf9f01989cd.tar.gz
hdf5-658fdbfb981b60eb42a6be70b5e2baf9f01989cd.tar.bz2
[svn-r1874] Bringing all changes from R1.2 tree into R1.3 tree.
(except Datatypes.html, H5.format.html, ddl.html) This version of HDF5 Ref Manual includes FORTRAN API references.
Diffstat (limited to 'doc/html/Errors.html')
-rw-r--r--doc/html/Errors.html97
1 files changed, 30 insertions, 67 deletions
diff --git a/doc/html/Errors.html b/doc/html/Errors.html
index 8085b40..c5c4573 100644
--- a/doc/html/Errors.html
+++ b/doc/html/Errors.html
@@ -1,7 +1,7 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
<head>
- <title>The Error Handling Interface (H5E)</title>
+ <title>Error Handling Interface (H5E)</title>
</head>
<body bgcolor="#FFFFFF">
@@ -20,47 +20,31 @@
</td>
<td valign=top align=right>
And in this document, the
- <a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Files.html">Files</a>&nbsp;&nbsp;
+ <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a>&nbsp;&nbsp;&nbsp;&nbsp;
<br>
+ <a href="Files.html">Files</a>&nbsp;&nbsp;
<a href="Datasets.html">Datasets</a>&nbsp;&nbsp;
- <a href="Datatypes.html">Data Types</a>&nbsp;&nbsp;
+ <a href="Datatypes.html">Datatypes</a>&nbsp;&nbsp;
<a href="Dataspaces.html">Dataspaces</a>&nbsp;&nbsp;
<a href="Groups.html">Groups</a>&nbsp;&nbsp;
- <a href="References.html">References</a>&nbsp;&nbsp;
<br>
+ <a href="References.html">References</a>&nbsp;&nbsp;
<a href="Attributes.html">Attributes</a>&nbsp;&nbsp;
<a href="Properties.html">Property Lists</a>&nbsp;&nbsp;
Error Handling&nbsp;&nbsp;
+ <br>
<a href="Filters.html">Filters</a>&nbsp;&nbsp;
+ <a href="Palettes.html">Palettes</a>&nbsp;&nbsp;
<a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <br>
<a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
+ <a href="MountingFiles.html">Mounting Files</a>&nbsp;&nbsp;
+ <br>
+ <a href="Performance.html">Performance</a>&nbsp;&nbsp;
<a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
<a href="Environment.html">Environment</a>&nbsp;&nbsp;
<a href="ddl.html">DDL</a>&nbsp;&nbsp;
+ <br>
<a href="Ragged.html">Ragged Arrays</a>&nbsp;&nbsp;
-<!--
-<hr>
-And in this document, the
-<a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Attributes.html">H5A</a>&nbsp;&nbsp;
- <a href="Datasets.html">H5D</a>&nbsp;&nbsp;
- <a href="Errors.html">H5E</a>&nbsp;&nbsp;
- <a href="Files.html">H5F</a>&nbsp;&nbsp;
- <a href="Groups.html">H5G</a>&nbsp;&nbsp;
- <a href="Properties.html">H5P</a>&nbsp;&nbsp;
- <a href="References.html">H5R & H5I</a>&nbsp;&nbsp;
- <a href="Ragged.html">H5RA</a>&nbsp;&nbsp;
- <a href="Dataspaces.html">H5S</a>&nbsp;&nbsp;
- <a href="Datatypes.html">H5T</a>&nbsp;&nbsp;
- <a href="Filters.html">H5Z</a>&nbsp;&nbsp;
- <a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
- <a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
- <a href="Environment.html">Environment</a>&nbsp;&nbsp;
- <a href="ddl.html">DDL</a>&nbsp;&nbsp;
--->
</td></tr>
</table>
</center>
@@ -80,6 +64,8 @@ And in this document, the
next API function which is called (with a few exceptions) resets
the stack.
+ <h2>2. Error Handling Operations</h2>
+
<p>In normal circumstances, an error causes the stack to be
printed on the standard error stream. The first item, number
"#000" is produced by the API function itself and is usually
@@ -93,14 +79,14 @@ And in this document, the
<tr>
<td>
<p>If an application calls <code>H5Tclose</code> on a
- predefined data type then the following message is
+ predefined datatype then the following message is
printed on the standard error stream. This is a
simple error that has only one component, the API
function; other errors may have many components.
<p><code><pre>
HDF5-DIAG: Error detected in thread 0. Back trace follows.
- #000: H5T.c line 462 in H5Tclose(): predefined data type
+ #000: H5T.c line 462 in H5Tclose(): predefined datatype
major(01): Function argument
minor(05): Bad value
</code></pre>
@@ -248,7 +234,7 @@ H5Eset_auto (my_hdf5_error_handler, NULL);
sequence number beginning at zero (regardless of
<em>direction</em>), a pointer to an error description record,
and the <em>client_data</em> pointer. If <em>direction</em>
- is <code>H5E_WALK_UPWARD</em> then traversal begins at the
+ is <code>H5E_WALK_UPWARD</code> then traversal begins at the
inner-most function that detected the error and concludes with
the API function. The opposite order is
<code>H5E_WALK_DOWNWARD</code>.
@@ -345,69 +331,46 @@ H5Ewalk_cb(int n, H5E_error_t *err_desc, void *client_data)
</td>
<td valign=top align=right>
And in this document, the
- <a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Files.html">Files</a>&nbsp;&nbsp;
+ <a href="H5.user.html"><strong>HDF5 User's Guide:</strong></a>&nbsp;&nbsp;&nbsp;&nbsp;
<br>
+ <a href="Files.html">Files</a>&nbsp;&nbsp;
<a href="Datasets.html">Datasets</a>&nbsp;&nbsp;
- <a href="Datatypes.html">Data Types</a>&nbsp;&nbsp;
+ <a href="Datatypes.html">Datatypes</a>&nbsp;&nbsp;
<a href="Dataspaces.html">Dataspaces</a>&nbsp;&nbsp;
<a href="Groups.html">Groups</a>&nbsp;&nbsp;
- <a href="References.html">References</a>&nbsp;&nbsp;
<br>
+ <a href="References.html">References</a>&nbsp;&nbsp;
<a href="Attributes.html">Attributes</a>&nbsp;&nbsp;
<a href="Properties.html">Property Lists</a>&nbsp;&nbsp;
Error Handling&nbsp;&nbsp;
+ <br>
<a href="Filters.html">Filters</a>&nbsp;&nbsp;
+ <a href="Palettes.html">Palettes</a>&nbsp;&nbsp;
<a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <br>
<a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
+ <a href="MountingFiles.html">Mounting Files</a>&nbsp;&nbsp;
+ <br>
+ <a href="Performance.html">Performance</a>&nbsp;&nbsp;
<a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
<a href="Environment.html">Environment</a>&nbsp;&nbsp;
<a href="ddl.html">DDL</a>&nbsp;&nbsp;
+ <br>
<a href="Ragged.html">Ragged Arrays</a>&nbsp;&nbsp;
-<!--
-<hr>
-And in this document, the
-<a href="H5.user.html">HDF5 User's Guide</a>:&nbsp;&nbsp;&nbsp;&nbsp;
- <a href="Attributes.html">H5A</a>&nbsp;&nbsp;
- <a href="Datasets.html">H5D</a>&nbsp;&nbsp;
- <a href="Errors.html">H5E</a>&nbsp;&nbsp;
- <a href="Files.html">H5F</a>&nbsp;&nbsp;
- <a href="Groups.html">H5G</a>&nbsp;&nbsp;
- <a href="Properties.html">H5P</a>&nbsp;&nbsp;
- <a href="References.html">H5R & H5I</a>&nbsp;&nbsp;
- <a href="Ragged.html">H5RA</a>&nbsp;&nbsp;
- <a href="Dataspaces.html">H5S</a>&nbsp;&nbsp;
- <a href="Datatypes.html">H5T</a>&nbsp;&nbsp;
- <a href="Filters.html">H5Z</a>&nbsp;&nbsp;
- <a href="Caching.html">Caching</a>&nbsp;&nbsp;
- <a href="Chunking.html">Chunking</a>&nbsp;&nbsp;
- <a href="Debugging.html">Debugging</a>&nbsp;&nbsp;
- <a href="Environment.html">Environment</a>&nbsp;&nbsp;
- <a href="ddl.html">DDL</a>&nbsp;&nbsp;
--->
</td></tr>
</table>
</center>
-<!--
- <hr>
- <address><a href="mailto:hdf5dev@ncsa.uiuc.edu">Robb Matzke</a></address>
--->
-<!-- Created: Fri Feb 27 23:42:52 EST 1998 -->
-<!-- hhmts start -->
-<!--
-Last modified: Wed Mar 4 10:06:17 EST 1998
--->
-<!-- hhmts end -->
<hr>
<address>
<a href="mailto:hdfhelp@ncsa.uiuc.edu">HDF Help Desk</a>
</address>
-Last modified: 30 October 1998
+<!-- Created: Fri Feb 27 23:42:52 EST 1998 -->
+<!-- hhmts start -->
+Last modified: 14 October 1999
+<!-- hhmts end -->
</body>
</html>