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

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DIDLTypeException.java32 public class IDLTypeException extends Exception { class in inherits:Exception
34 public IDLTypeException() {} method in class:IDLTypeException
36 public IDLTypeException(String message) { method in class:IDLTypeException
H A DIDLTypesUtil.java62 * @throws IDLTypeException if not a valid RMI/IIOP interface.
64 public void validateRemoteInterface(Class c) throws IDLTypeException
72 throw new IDLTypeException(msg);
78 throw new IDLTypeException(msg);
101 } catch(IDLTypeException ite) {
443 private void validateExceptions(Method method) throws IDLTypeException {
462 throw new IDLTypeException(msg);
477 throw new IDLTypeException(msg);
518 private void validateDirectInterfaces(Class c) throws IDLTypeException {
548 throw new IDLTypeException(ms
[all...]
H A DIDLNameTranslatorImpl.java45 import com.sun.corba.se.impl.presentation.rmi.IDLTypeException ;
215 } catch( IDLTypeException ite) {

Completed in 99 milliseconds