java.lang
Class NoSuchMethodException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.ReflectiveOperationException
              extended by java.lang.NoSuchMethodException
All Implemented Interfaces:
Serializable
Honorary Interfaces:
org.joe_e.Powerless

public class NoSuchMethodException
extends ReflectiveOperationException

Thrown when a particular method cannot be found.

Since:
JDK1.0
See Also:
Serialized Form

Constructor Summary
NoSuchMethodException()
          Suppressed.
          Constructs a NoSuchMethodException without a detail message.
NoSuchMethodException(String s)
          Suppressed.
          Constructs a NoSuchMethodException with a detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchMethodException

public NoSuchMethodException()
Suppressed. default deny

Constructs a NoSuchMethodException without a detail message.


NoSuchMethodException

public NoSuchMethodException(String s)
Suppressed. default deny

Constructs a NoSuchMethodException with a detail message.

Parameters:
s - the detail message.