home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 July / PCO_07_97.ISO / NET_COM / cc32e40.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.