Module java.base
Package java.lang

Class ReflectiveOperationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.ReflectiveOperationException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassNotFoundException, IllegalAccessException, InstantiationException, InvocationTargetException, NoSuchFieldException, NoSuchMethodException

public class ReflectiveOperationException extends Exception
Common superclass of exceptions thrown by reflective operations in core reflection.
Since:
1.7
See Also: