Searched refs:getIDLExceptionName (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DIDLGenerator.java274 fName = unEsc( ct.getIDLExceptionName() );
435 String eName = unEsc( ct.getIDLExceptionName() );
1325 if ( isThrown ) tName = unEsc( ct.getIDLExceptionName() );
1329 tName = unEsc( ct.getIDLExceptionName() );
1718 p.pln( "exception " + t.getIDLExceptionName() + " {" );
1967 fName = unEsc( ct.getIDLExceptionName() );
2024 fName = unEsc( ct.getIDLExceptionName() );
H A DCompoundType.java168 public String getIDLExceptionName () { method in class:CompoundType
567 writer.p(exceptions[i].getIDLExceptionName());

Completed in 61 milliseconds