W3cubDocs

/OpenJDK 8 Web

Class NotFoundReason

All Implemented Interfaces:
Serializable, IDLEntity
public class NotFoundReason
extends Object
implements IDLEntity

Indicates the reason for not able to resolve.

Fields

_missing_node

public static final int _missing_node

missing_node

public static final NotFoundReason missing_node

_not_context

public static final int _not_context

not_context

public static final NotFoundReason not_context

_not_object

public static final int _not_object

not_object

public static final NotFoundReason not_object

Constructors

NotFoundReason

protected NotFoundReason(int value)

Methods

value

public int value()

from_int

public static NotFoundReason from_int(int value)

© 1993–2017, 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.