Name

TypeMismatch

Synopsis

An exception thrown when you ask for a value from a DynAny object that doesn’t match the type that it contains.

                  Thrown By
public final class TypeMismatch extends UserException {
// Public Constructors
   public TypeMismatch();  
   public TypeMismatch( String reason);  
}

Thrown By

org.omg.CORBA.DynAny.{get_any(), get_boolean(), get_char(), get_double(), get_float(), get_long(), get_longlong(), get_octet(), get_reference(), get_short(), get_string(), get_typecode(), get_ulong(), get_ulonglong(), get_ushort(), get_val(), get_wchar(), get_wstring()}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.