Package Summary  Overview Summary

class:NoSuchMethodException [NONE]

constructor:NoSuchMethodException() [NONE]

  • NoSuchMethodException

    public NoSuchMethodException()
    Constructs a NoSuchMethodException without a detail message.

constructor:NoSuchMethodException(java.lang.String) [NONE]

  • NoSuchMethodException

    public NoSuchMethodException(String s)
    Constructs a NoSuchMethodException with a detail message.
    Parameters:
    s - the detail message.