home *** CD-ROM | disk | FTP | other *** search
/ Computer Installation Guide - Dragon Clan Series / CD2.iso / NET / netscape / CP32E404.EXE / cosmo.z / NPCOSMOP.ZIP / vrml / external / exception / InvalidVrmlException.class (.txt) < prev   
Encoding:
Java Class File  |  1996-11-21  |  528 b   |  11 lines

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