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 / InvalidEventOutException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-11-21  |  540 b   |  11 lines

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