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

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