summaryrefslogtreecommitdiff
path: root/TAO/docs/exceptions.html
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/docs/exceptions.html')
-rw-r--r--TAO/docs/exceptions.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/TAO/docs/exceptions.html b/TAO/docs/exceptions.html
new file mode 100644
index 00000000000..f847bd780ef
--- /dev/null
+++ b/TAO/docs/exceptions.html
@@ -0,0 +1,22 @@
+<!DOCTYPE HTML SYSTEM
+"http://www.w3.org/pub/WWW/MarkUp/Cougar/Cougar.dtd">
+<!-- $Id$ -->
+<html> <head>
+<title>Exception handling</title>
+</head>
+
+<body>
+<h1>Exception Handling</h1>
+
+Since the exception handling macros in TAO can be used with any ORB,
+they have been generalized and moved to ACE. <P>
+
+<h3>Note that ACE's try macros are now prefered over the original TAO
+try macros. You should avoid using them in your applications. They
+might be removed completely one day.</h3>
+
+The new document about exception handling has been moved to
+<a href="../../docs/exceptions.html">here</a>.
+
+<!--#include virtual="/~schmidt/cgi-sig.html" -->
+</body></HTML>