home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 November / PCO1197.ISO / FilesBBS / WIN95 / NET_COM / N32E403.EXE / nav40l.z / java40.jar / java / util / NoSuchElementException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-09-04  |  320 b   |  11 lines

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