Searched defs:getExceptionName (Results 1 - 3 of 3) 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
/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLNames.java297 public static String getExceptionName (String idlName) { method in class:IDLNames
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);");

Completed in 49 milliseconds