summaryrefslogtreecommitdiff
path: root/TAO/docs/exceptions.html
blob: 8999b2f4aba188c1a6cf848d15574aeb315a4ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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,
it has been generalized and moved to ACE.

<h3>Notice 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>