home *** CD-ROM | disk | FTP | other *** search
/ Australian PC Authority 1999 May / may1999.iso / INTERNET / COMMUNIC / NAV40.Z / java40.jar / java / lang / NoSuchMethodException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1998-03-24  |  311 b   |  11 lines

  1. package java.lang;
  2.  
  3. public class NoSuchMethodException extends Exception {
  4.    public NoSuchMethodException() {
  5.    }
  6.  
  7.    public NoSuchMethodException(String var1) {
  8.       super(var1);
  9.    }
  10. }
  11.