Share via


NoSuchMethodException.NoSuchMethodException

Class Overview | Class Members | This Package | All Packages

Syntax 1

public NoSuchMethodException()

Description

Constructs a NoSuchMethodException without a detail message.

Syntax 2

public NoSuchMethodException( String s )

Parameters
  • s
    the detail message.
Description

Constructs a NoSuchMethodException with a detail message.