Documentation  › java.lang  › NoSuchMethodException
 
 


  NoSuchMethodException
  public

  Inherits From:   Exception : Throwable : Object
  Conforms To:   none
  Declared In:   java.lang


Exception Description
 
Thrown when a particular method cannot be found.


Class Variables
 
None declared in this exception.


Instance Variables
 
None declared in this exception.


Constructors
 
NoSuchMethodException
public NoSuchMethodException( )

Constructs a NoSuchMethodException without a detail message.


NoSuchMethodException
public NoSuchMethodException( String s )

Constructs a NoSuchMethodException with a detail message.


Class Methods
 
None declared in this exception.


Instance Methods
 
None declared in this exception.


Known Subclasses
 
None.



 
 
  dydoc
  3/10/05