home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2003 March / DPPCPRO0303.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.