public
class
NoSuchMethodException
extends ReflectiveOperationException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.ReflectiveOperationException | |||
| ↳ | java.lang.NoSuchMethodException | |||
Thrown when a particular method cannot be found.
Public constructors | |
|---|---|
NoSuchMethodException()
Constructs a |
|
NoSuchMethodException(String s)
Constructs a |
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
NoSuchMethodException ()
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException (String s)
Constructs a NoSuchMethodException with a detail message.
| Parameters | |
|---|---|
s |
String:
the detail message.
|