Searched refs:isCORBAUserException (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DCompoundType.java70 protected boolean isCORBAUserException = false; field in class:CompoundType
141 public boolean isCORBAUserException () { method in class:CompoundType
142 return isCORBAUserException;
625 isCORBAUserException = (classDecl.getName() == idCorbaUserException);
H A DIDLGenerator.java391 else if ( t.isCORBAUserException() ) return true;
1324 if ( ct.isCORBAUserException() )
1919 if ( exc.isCORBAUserException() )
H A DStubGenerator.java1067 if (exceptions[i].isIDLEntityException() && !exceptions[i].isCORBAUserException()) {
2166 if (exceptions[i].isIDLEntityException() && !exceptions[i].isCORBAUserException()) {
2272 return it.isIDLEntityException() && !it.isCORBAUserException();

Completed in 46 milliseconds