Searched refs:BadKind (Results 1 - 25 of 30) sorted by relevance

12

/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/TypeCodePackage/
H A DBadKind.java29 * The exception <code>BadKind</code> is thrown when
33 * exception <code>BadKind</code> to be thrown.
39 public final class BadKind extends org.omg.CORBA.UserException { class in inherits:org.omg.CORBA.UserException
41 * Constructs a <code>BadKind</code> exception with no reason message.
43 public BadKind() { method in class:BadKind
48 * Constructs a <code>BadKind</code> exception with the specified
52 public BadKind(String reason) { method in class:BadKind
H A DBadKindHelper.java31 * {@code TypeCodePackage/BadKind}.
39 private static String _id = "IDL:omg.org.CORBA/TypeCode/BadKind:1.0";
41 public static void insert (org.omg.CORBA.Any a, org.omg.CORBA.TypeCodePackage.BadKind that)
49 public static org.omg.CORBA.TypeCodePackage.BadKind extract (org.omg.CORBA.Any a)
71 __typeCode = org.omg.CORBA.ORB.init ().create_exception_tc (org.omg.CORBA.TypeCodePackage.BadKindHelper.id (), "BadKind", _members0);
84 public static org.omg.CORBA.TypeCodePackage.BadKind read (org.omg.CORBA.portable.InputStream istream)
86 org.omg.CORBA.TypeCodePackage.BadKind value = new org.omg.CORBA.TypeCodePackage.BadKind ();
92 public static void write (org.omg.CORBA.portable.OutputStream ostream, org.omg.CORBA.TypeCodePackage.BadKind value)
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DTypeCode.java104 * the exception <code>TypeCodePackage.BadKind</code>. For example,
106 * other than a <code>union</code>, it will throw <code>BadKind</code>
240 * @throws org.omg.CORBA.TypeCodePackage.BadKind if the method
244 public abstract String id() throws BadKind;
262 * @throws org.omg.CORBA.TypeCodePackage.BadKind if the method
266 public abstract String name() throws BadKind;
280 * @throws org.omg.CORBA.TypeCodePackage.BadKind if the method
284 public abstract int member_count() throws BadKind;
304 * @throws org.omg.CORBA.TypeCodePackage.BadKind if the method
309 throws BadKind, or
[all...]
/openjdk10/jdk/test/com/sun/corba/7130985/
H A DCorbaExceptionsTest.java26 import org.omg.CORBA.TypeCodePackage.BadKind;
32 public void testExceptionBadKind() throws java.rmi.RemoteException, BadKind;
H A DCorbaExceptionsCompileTest.java42 import org.omg.CORBA.TypeCodePackage.BadKind;
61 throws java.rmi.RemoteException, BadKind {}
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynAnyComplexImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
153 } catch (BadKind badKind) { // impossible
168 } catch (BadKind badKind) { // impossible
180 } catch (BadKind badKind) { // impossible
227 } catch (BadKind badKind) { // impossible
242 } catch (BadKind badKind) { // impossible
255 } catch (BadKind badKind) { // impossible
334 } catch (BadKind badKind) { // impossible
345 } catch (BadKind badKind) { // impossible
377 } catch (BadKind badKin
[all...]
H A DDynUnionImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
112 } catch (BadKind bad) {
121 } catch (BadKind bad) {
130 } catch (BadKind bad) {
140 } catch (BadKind bad) {
150 } catch (BadKind bad) {
160 } catch (BadKind bad) {
H A DDynEnumImpl.java32 import org.omg.CORBA.TypeCodePackage.BadKind;
90 } catch (BadKind bad) {
99 } catch (BadKind bad) {
H A DDynFixedImpl.java35 import org.omg.CORBA.TypeCodePackage.BadKind;
110 } catch (BadKind ex) { // impossible
206 } catch (BadKind ex) { // impossible
H A DDynAnyCollectionImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
83 } catch (BadKind badKind) { // impossible
95 } catch (BadKind badKind) { // impossible
H A DDynStructImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
H A DDynValueImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
H A DDynValueCommonImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
H A DDynArrayImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
H A DDynValueBoxImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
H A DDynSequenceImpl.java31 import org.omg.CORBA.TypeCodePackage.BadKind;
H A DDynAnyBasicImpl.java30 import org.omg.CORBA.TypeCodePackage.BadKind;
278 } catch (BadKind bad) { // impossible
358 } catch (BadKind bad) { // impossible
H A DDynAnyUtil.java33 import org.omg.CORBA.TypeCodePackage.BadKind;
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java52 import org.omg.CORBA.TypeCodePackage.BadKind ;
309 } catch (org.omg.CORBA.TypeCodePackage.Bounds e) {} catch (BadKind e) {}
636 } catch (BadKind e) {
692 } catch (BadKind bad) {
888 } catch (org.omg.CORBA.TypeCodePackage.Bounds e) {} catch (BadKind e) {}
930 } catch (BadKind e) {
996 } catch (BadKind e) {
1030 throws BadKind
1049 // all other typecodes throw the BadKind exception.
1050 throw new BadKind();
[all...]
H A DTCUtility.java47 import org.omg.CORBA.TypeCodePackage.BadKind;
161 } catch (BadKind badKind) { // impossible
299 } catch (BadKind badKind) { // impossible
H A DAnyImpl.java50 import org.omg.CORBA.TypeCodePackage.BadKind;
242 } catch (BadKind bad) { // impossible
498 } catch (BadKind badKind) { // impossible
947 } catch (BadKind bad) {
984 } catch (BadKind bad) {
1204 } catch (org.omg.CORBA.TypeCodePackage.BadKind bk) {
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/encoding/
H A DTypeCodeReader.java53 import org.omg.CORBA.TypeCodePackage.BadKind ;
H A DWrapperInputStream.java53 import org.omg.CORBA.TypeCodePackage.BadKind ;
H A DTypeCodeOutputStream.java37 import org.omg.CORBA.TypeCodePackage.BadKind ;
H A DTypeCodeInputStream.java54 import org.omg.CORBA.TypeCodePackage.BadKind ;

Completed in 212 milliseconds

12