org.omg.CORBA.TypeCodePackage
Class BadKind
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CORBA.TypeCodePackage.BadKind
-
- All Implemented Interfaces:
- Serializable, IDLEntity
public final class BadKind extends UserException
The exceptionBadKind
is thrown when an inappropriate operation is invoked on aTypeCode
object. For example, invoking the methoddiscriminator_type()
on an instance ofTypeCode
that does not represent an IDL union will cause the exceptionBadKind
to be thrown.- Since:
- JDK1.2
- See Also:
-
TypeCode
-
-
Constructor Summary
Constructors Constructor and Description BadKind()
Constructs aBadKind
exception with no reason message.BadKind(String reason)
Constructs aBadKind
exception with the specified reason message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
BadKind
public BadKind()
Constructs aBadKind
exception with no reason message.
BadKind
public BadKind(String reason)
Constructs aBadKind
exception with the specified reason message.- Parameters:
-
reason
- the String containing a reason message
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.