java.lang

Class NoSuchMethodException

public class NoSuchMethodException extends Exception

Thrown to indicate the class does not have the specified method. This is caused by a variety of reflection methods, when looking up a method by name.

UNKNOWN: updated to 1.4

Constructor Summary
NoSuchMethodException()
Create an exception without a message.
NoSuchMethodException(String s)
Create an exception with a message.

Constructor Detail

NoSuchMethodException

public NoSuchMethodException()
Create an exception without a message.

NoSuchMethodException

public NoSuchMethodException(String s)
Create an exception with a message.

Parameters: s the message