| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.lang.ReflectiveOperationException | ||
Known Direct Subclasses
ClassNotFoundException
,
IllegalAccessException
,
InstantiationException
,
InvocationTargetException
,
NoSuchFieldException
,
NoSuchMethodException
|
|||||||||||||||||||||||
Superclass of exceptions related to reflection.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs a new exception with no detail message.
|
||||||||||
|
|
Constructs a new exception with the given detail message.
|
||||||||||
|
|
Constructs a new exception with the given cause.
|
||||||||||
|
|
Constructs a new exception with the given detail message and cause.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Constructs a new exception with no detail message.
Constructs a new exception with the given detail message.
Constructs a new exception with the given cause.
Constructs a new exception with the given detail message and cause.