BadKindpublic final class BadKind extends org.omg.CORBA.UserException The exception BadKind is thrown when
an inappropriate operation is invoked on a TypeCode object. For example,
invoking the method discriminator_type() on an instance of
TypeCode that does not represent an IDL union will cause the
exception BadKind to be thrown. |
Constructors Summary |
---|
public BadKind()Constructs a BadKind exception with no reason message.
super();
| public BadKind(String reason)Constructs a BadKind exception with the specified
reason message.
super(reason);
|
|