home *** CD-ROM | disk | FTP | other *** search
/ PC-X 1997 June / pcx11_9706.iso / shutils / internet / browser / p32e40b5.exe / cosmo.z / NPCOSMOP.ZIP / vrml / external / exception / InvalidNodeException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-11-21  |  528 b   |  11 lines

  1. package vrml.external.exception;
  2.  
  3. public class InvalidNodeException extends RuntimeException {
  4.    public InvalidNodeException() {
  5.    }
  6.  
  7.    public InvalidNodeException(String s) {
  8.       super(s);
  9.    }
  10. }
  11.