Searched refs:getExceptionName (Results 1 - 6 of 6) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLType.java88 public String getExceptionName() { method in class:IDLType
H A DIDLNameTranslatorImpl.java173 return itype.getExceptionName() ;
H A DIDLNameTranslatorImpl_save.sjava164 return itype.getExceptionName() ;
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DStubGenerator.java642 String getExceptionName(Type type) { method in class:StubGenerator
846 p.p(getExceptionName(exceptions[i]));
945 p.plnI("if ("+e2+" instanceof "+getExceptionName(exceptions[i])+") {");
946 p.pln("throw ("+getExceptionName(exceptions[i])+")"+e2+";");
1095 p.pln("throw ("+getExceptionName(exceptions[i])+") "+in+".read_value(" + getExceptionName(exceptions[i]) + ".class);");
H A DIDLNames.java297 public static String getExceptionName (String idlName) { method in class:IDLNames
H A DCompoundType.java701 idlExceptionName = IDLNames.getExceptionName(getIDLName());

Completed in 59 milliseconds