home *** CD-ROM | disk | FTP | other *** search
/ Sky at Night 2007 June / SAN CD 6-2007 CD-ROM 25.iso / pc / Software / AstroGrav_Win / Java / jre1.6.0 / lib / rt.jar / java / util / NoSuchElementException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2006-11-29  |  223 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.