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

Class java.lang.NoSuchMethodException

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

public class NoSuchMethodException
extends Exception
Signals that a particular method could not be found.

Constructor Index

 o NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message.
 o NoSuchMethodException(String)
Constructs a NoSuchMethodException with a detail message.

Constructors

 o NoSuchMethodException
  public NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message. A detail message is a String that describes this particular exception.
 o NoSuchMethodException
  public NoSuchMethodException(String s)
Constructs a NoSuchMethodException with a detail message. A detail message is a String that describes this particular exception.
Parameters:
s - the detail message

All Packages  Class Hierarchy  This Package  Previous  Next  Index