java.lang
Class 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 Summary
NoSuchMethodException()
          Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String s)
          Constructs a NoSuchMethodException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getMessage, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchMethodException

public NoSuchMethodException()
Constructs a NoSuchMethodException without a detail message. A detail message is a String that describes this particular exception.


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