summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/ExH/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/CCF/External/Utility/Documentation/ExH/index.html')
-rw-r--r--TAO/CIAO/CCF/External/Utility/Documentation/ExH/index.html80
1 files changed, 0 insertions, 80 deletions
diff --git a/TAO/CIAO/CCF/External/Utility/Documentation/ExH/index.html b/TAO/CIAO/CCF/External/Utility/Documentation/ExH/index.html
deleted file mode 100644
index 6ef8e522593..00000000000
--- a/TAO/CIAO/CCF/External/Utility/Documentation/ExH/index.html
+++ /dev/null
@@ -1,80 +0,0 @@
-<!--
-// $Id$
--->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<!--
-
-file : Documentation/ExH/index.html
-author : Boris Kolpackov <boris@kolpackov.net>
-copyright : Copyright (c) 2003 Boris Kolpackov
-license : http://kolpackov.net/license.html
-
--->
-
-<html>
-
-<head>
-
- <title>Utility::ExH</title>
-
- <meta name="author" content="Boris Kolpackov"/>
- <meta name="copyright" content="&copy; 2001-2003 Boris Kolpackov"/>
- <meta name="keywords" content="C++,utility,exception,handling,model,ExH"/>
- <meta name="description" content="Utility::ExH"/>
- <meta http-equiv="Content-Language" content="en"/>
-
- <style type="text/css">
- body {
- font-family : arial,sans-serif;
- font-size : 10pt;
- }
-
- h1 {
- font-size : 12pt;
- }
-
-</style>
-
-</head>
-
-<body>
-
-<div align="center">
-<table width="700" border="0" cellspacing="0" cellpadding="0">
-<tr>
-<td>
-
-
-<H1>Utility::ExH</H1>
-
-<p>
-Exception Handling library was designed to promote consistent usage of
-exceptions and exception handling mechanisms throughout the project.
-For a quick overview of the basic idea you may want to look at these
-examples:</p>
-
-<blockquote>
- <p><a href="Example/bad_cast.cpp.html">bad_cast.cpp</a></p>
- <p><a href="Example/compound.cpp.html">compound.cpp</a></p>
- <p><a href="Example/hello_world.cpp.html">hello_world.cpp</a></p>
- <p><a href="Example/logic_to_system.cpp.html">logic_to_system.cpp</a></p>
-</blockquote>
-
-<p>Here are the definitions of the main blocks of the model:</p>
-
-<blockquote>
- <p><a href="Compound.hpp.html">ExH::Compound</a></p>
- <p><a href="System/Exception.hpp.html">ExH::System::Exception</a></p>
- <p><a href="System/DescriptiveException.hpp.html">ExH::System::DescriptiveException</a></p>
- <p><a href="Logic/Exception.hpp.html">ExH::Logic::Exception</a></p>
- <p><a href="Logic/DescriptiveException.hpp.html">ExH::Logic::DescriptiveException</a></p>
-</blockquote>
-
-</td>
-</tr>
-</table>
-</div>
-</body>
-</html>