home *** CD-ROM | disk | FTP | other *** search
/ NetComm Communications 5 / NetComm.iso / resource / internet / enternet / win95 / disk4 / java.z / java_301 / java / awt / AWTException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1996-10-20  |  388 b   |  8 lines

  1. package java.awt;
  2.  
  3. public class AWTException extends Exception {
  4.    public AWTException(String msg) {
  5.       super(msg);
  6.    }
  7. }
  8.