blob: 65b0d0b79029cce412099e3838a7f525b5e6d7a2 (
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">
<!-- -->
<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 preferred 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>
|