| java.lang.Object | |||
| ↳ | java.lang.Throwable | ||
| ↳ | java.lang.Exception | ||
| ↳ | java.lang.ReflectiveOperationException | ||
|
|
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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructs a new exception with no detail message.
Constructs a new exception with the given detail message.
| Parameters | |
|---|---|
message |
String
|
Constructs a new exception with the given cause.
| Parameters | |
|---|---|
cause |
Throwable
|
Constructs a new exception with the given detail message and cause.
| Parameters | |
|---|---|
message |
String
|
cause |
Throwable
|