TypeMismatchpublic final class TypeMismatch extends org.omg.CORBA.UserException TypeMismatch is thrown by dynamic any accessor methods when
type of the actual contents do not match what is trying to be
accessed. |
Constructors Summary |
---|
public TypeMismatch()Constructs a TypeMismatch object.
super();
| public TypeMismatch(String reason)Constructs a TypeMismatch object.
super(reason);
|
|