home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 183 / dpcs0503.iso / Components / Microsoft ASP / _SETUP.1 / ASPWizard.jar / asp / netobjects / nfx / util / InternalError.class (.txt) < prev   
Encoding:
Java Class File  |  1998-11-20  |  494 b   |  11 lines

  1. package asp.netobjects.nfx.util;
  2.  
  3. public class InternalError extends Exception {
  4.    public InternalError() {
  5.    }
  6.  
  7.    public InternalError(String msg) {
  8.       super(msg);
  9.    }
  10. }
  11.