Class java.lang.NoSuchMethodException
All Packages    This Package    Previous    Next

Class java.lang.NoSuchMethodException

java.lang.Object
   |
   +----java.lang.Exception
           |
           +----java.lang.NoSuchMethodException

public class NoSuchMethodException
extends Exception
Signals that a method could not be found.
Version:
1.6, 31 Jan 1995

NoSuchMethodException()
Constructor.
NoSuchMethodException(String)
Constructor with a detail message.

NoSuchMethodException
  public NoSuchMethodException()
Constructor.

NoSuchMethodException

  public NoSuchMethodException(String s)
Constructor with a detail message.


All Packages    This Package    Previous    Next