|
|
|
|
NoSuchMethodException
|
|
|
public
|
Exception Description
|
|
|
Thrown when a particular method cannot be found.
|
Class Variables
|
|
|
None declared in this exception.
|
Instance Variables
|
|
|
None declared in this exception.
|
Constructors
|
|
|
NoSuchMethodException
public NoSuchMethodException(
)
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException
public NoSuchMethodException(
String s
)
Constructs a NoSuchMethodException with a detail message.
|
Class Methods
|
|
|
None declared in this exception.
|
Instance Methods
|
|
|
None declared in this exception.
|
|
|