Class BadKind

All Implemented Interfaces:
Serializable, IDLEntity

public final class BadKind
extends 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.

Since:
JDK1.2
See Also:
TypeCode

Constructors

Constructor and Description
BadKind()

Constructs a BadKind exception with no reason message.

BadKind(String reason)

Constructs a BadKind exception with the specified reason message.

Methods

Methods inherited from class java.lang.Throwable

addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

Methods inherited from class java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructors

BadKind

public BadKind()

Constructs a BadKind exception with no reason message.

BadKind

public BadKind(String reason)

Constructs a BadKind exception with the specified reason message.

Parameters:
reason - the String containing a reason message

© 1993, 2020, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/javase/8/docs/api/org/omg/CORBA/TypeCodePackage/BadKind.html