src/share/classes/org/omg/CORBA/ORBPackage/package.html

Mon, 14 Jun 2010 11:28:53 -0700

author
jjg
date
Mon, 14 Jun 2010 11:28:53 -0700
changeset 173
032585ad970d
parent 158
91006f157c46
child 162
c16ac7e7a579
permissions
-rw-r--r--

6960831: fix CORBA build warnings
Reviewed-by: darcy

duke@1 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
duke@1 2 <html>
duke@1 3 <head>
duke@1 4 <!--
ohair@158 5 Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved.
duke@1 6 DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
duke@1 7
duke@1 8 This code is free software; you can redistribute it and/or modify it
duke@1 9 under the terms of the GNU General Public License version 2 only, as
ohair@158 10 published by the Free Software Foundation. Oracle designates this
duke@1 11 particular file as subject to the "Classpath" exception as provided
ohair@158 12 by Oracle in the LICENSE file that accompanied this code.
duke@1 13
duke@1 14 This code is distributed in the hope that it will be useful, but WITHOUT
duke@1 15 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
duke@1 16 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
duke@1 17 version 2 for more details (a copy is included in the LICENSE file that
duke@1 18 accompanied this code).
duke@1 19
duke@1 20 You should have received a copy of the GNU General Public License version
duke@1 21 2 along with this work; if not, write to the Free Software Foundation,
duke@1 22 Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
duke@1 23
duke@1 24 Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
duke@1 25 CA 95054 USA or visit www.sun.com if you need additional information or
duke@1 26 have any questions.
duke@1 27 -->
duke@1 28 </head>
duke@1 29 <body bgcolor="white">
duke@1 30
duke@1 31 Provides the exception <code>InvalidName</code>, which is thrown
duke@1 32 by the method <code>ORB.resolve_initial_references</code>
duke@1 33 and the exception <code>InconsistentTypeCode</code>, which is thrown
duke@1 34 by the Dynamic Any creation methods in the ORB class.
duke@1 35
duke@1 36
duke@1 37 <h2>Related Documentation</h2>
duke@1 38
duke@1 39 For an overview, please see:
duke@1 40 <ul>
duke@1 41 <li><a href="../package-summary.html#package_description">
duke@1 42 comments on the <code>CORBA</code> package</a>
duke@1 43
duke@1 44 </ul>
duke@1 45
duke@1 46
duke@1 47 @since JDK1.2
duke@1 48 @serial exclude
duke@1 49 </body>
duke@1 50 </html>

mercurial