java.lang
Class NoSuchMethodError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--java.lang.LinkageError
                    |
                    +--java.lang.IncompatibleClassChangeError
                          |
                          +--java.lang.NoSuchMethodError

public class NoSuchMethodError
extends IncompatibleClassChangeError

Signals that a particular method could not be found.


Constructor Summary
NoSuchMethodError()
           
NoSuchMethodError(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

NoSuchMethodError

public NoSuchMethodError()

NoSuchMethodError

public NoSuchMethodError(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