public class

NoSuchMethodException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.NoSuchMethodException

Class Overview

Thrown when a particular method cannot be found.

Summary

Public Constructors
NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String s)
Constructs a NoSuchMethodException with a detail message.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public NoSuchMethodException ()

Constructs a NoSuchMethodException without a detail message.

public NoSuchMethodException (String s)

Constructs a NoSuchMethodException with a detail message.

Parameters
s the detail message.