Packages  This Package  Prev  Next  Index  
	§1.39 Class NoSuchMethodException
public  class  java.lang.NoSuchMethodException
    extends  java.lang.Exception  (I-§1.30)
{
        // Constructors
    public NoSuchMethodException();	§1.39.1
    public NoSuchMethodException(String  s);	§1.39.2
}
This exception is obsolete.
NoSuchMethodException
public NoSuchMethodException()
- Constructs a NoSuchMethodException without a detail message. 
 
NoSuchMethodException
public NoSuchMethodException(String  s)
- Constructs a NoSuchMethodException with a detail message. 
- Parameters:
 s
- the detail message
 
Packages  This Package  Prev  Next  Index
Java API Document (HTML generated by dkramer on April 22, 1996)
Copyright © 1996 Sun Microsystems, Inc.
All rights reserved
Please send any comments or corrections to doug.kramer@sun.com