NoSuchMethodException.NoSuchMethodException
Class Overview | Class Members |
This Package |
All Packages
public NoSuchMethodException()
Description
Constructs a NoSuchMethodException without a detail message.
public NoSuchMethodException( String s )
Parameters
- s
- the detail message.
Description
Constructs a NoSuchMethodException with a detail message.