Spec-Zone .ru
спецификации, руководства, описания, API
Please note that the specifications and other information contained herein are not final and are subject to change. The information is being made available to you solely for purpose of evaluation.

Java™ Platform
Standard Ed. 7

DRAFT ea-b118

Uses of Class
java.lang.ReflectiveOperationException

Packages that use ReflectiveOperationException
Package Description
java.dyn PROVISIONAL API, WORK IN PROGRESS: This package contains dynamic language support provided directly by the Java core class libraries and virtual machine. 
java.lang Provides classes that are fundamental to the design of the Java programming language. 
java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects. 
 

Uses of ReflectiveOperationException in java.dyn
 

Subclasses of ReflectiveOperationException in java.dyn
Modifier and Type Class and Description
 class NoAccessException
          Thrown to indicate that a caller has attempted to create a method handle which accesses a field, method, or class to which the caller does not have access.
 

Uses of ReflectiveOperationException in java.lang
 

Subclasses of ReflectiveOperationException in java.lang
Modifier and Type Class and Description
 class ClassNotFoundException
          Thrown when an application tries to load in a class through its string name using: The forName method in class Class.
 class IllegalAccessException
          An IllegalAccessException is thrown when an application tries to reflectively create an instance (other than an array), set or get a field, or invoke a method, but the currently executing method does not have access to the definition of the specified class, field, method or constructor.
 class InstantiationException
          Thrown when an application tries to create an instance of a class using the newInstance method in class Class, but the specified class object cannot be instantiated.
 class NoSuchFieldException
          Signals that the class doesn't have a field of a specified name.
 class NoSuchMethodException
          Thrown when a particular method cannot be found.
 

Uses of ReflectiveOperationException in java.lang.reflect
 

Subclasses of ReflectiveOperationException in java.lang.reflect
Modifier and Type Class and Description
 class InvocationTargetException
          InvocationTargetException is a checked exception that wraps an exception thrown by an invoked method or constructor.
 


Java™ Platform
Standard Ed. 7

DRAFT ea-b118

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, 2010, Oracle Corporation. All rights reserved.
DRAFT ea-b118

Scripting on this page tracks web page traffic, but does not change the content in any way.