Uses of Class
com.sun.corba.ee.impl.io.TypeMismatchException
Packages that use TypeMismatchException
-
Uses of TypeMismatchException in com.sun.corba.ee.impl.misc
Methods in com.sun.corba.ee.impl.misc that throw TypeMismatchExceptionModifier and TypeMethodDescriptionRepIdDelegator.createForJavaType
(Serializable ser) RepIdDelegator.createForJavaType
(Class clz) RepIdDelegator.createForJavaType
(Class clz, ClassInfoCache.ClassInfo cinfo) RepositoryIdStrings.createForJavaType
(Serializable ser) RepositoryIdStrings.createForJavaType
(Class clz) RepositoryIdStrings.createForJavaType
(Class clz, ClassInfoCache.ClassInfo cinfo) -
Uses of TypeMismatchException in com.sun.corba.ee.impl.util
Methods in com.sun.corba.ee.impl.util that throw TypeMismatchExceptionModifier and TypeMethodDescriptionstatic String
RepositoryId.createForIDLType
(Class<?> ser, int major, int minor) Creates a repository ID for an IDL Java Type.static String
RepositoryId.createForJavaType
(Serializable ser) Creates a repository ID for a normal Java Type.static String
RepositoryId.createForJavaType
(Class<?> clz) static String
RepositoryId.createForJavaType
(Class<?> clz, ClassInfoCache.ClassInfo cinfo) Creates a repository ID for a normal Java Type.