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

/openjdk7/corba/src/share/classes/sun/rmi/rmic/iiop/
H A DConstants.java183 public static final String EXCEPTION_SUFFIX = "Exception"; field in interface:Constants
H A DIDLNames.java301 if (idlName.endsWith(EXCEPTION_SUFFIX)) {
306 result = stripLeadingUnderscore(idlName.substring(0,idlName.lastIndexOf(EXCEPTION_SUFFIX)) + EX_SUFFIX);

Completed in 1194 milliseconds