-
Subclasses of ReflectiveOperationException in java.lang
| Modifier and Type |
Class |
Description |
class |
ClassNotFoundException |
Thrown when a class loader is unable to find a class.
|
class |
IllegalAccessException |
Thrown when a program attempts to access a field or method which is not
accessible from the location where the reference is made.
|
class |
InstantiationException |
Thrown when a program attempts to access a constructor which is not
accessible from the location where the reference is made.
|
class |
NoSuchFieldException |
Thrown when the VM notices that a program tries to reference,
on a class or object, a field that does not exist.
|
class |
NoSuchMethodException |
Thrown when the VM notices that a program tries to reference,
on a class or object, a method that does not exist.
|
-