home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 October / PCO1097.ISO / FilesBBS / OS2 / NETREXX.ARJ / NETREXX.ZIP / NetRexx / netrexx / lang / NotLogicException.class (.txt) < prev    next >
Encoding:
Java Class File  |  1997-08-03  |  428 b   |  14 lines

  1. package netrexx.lang;
  2.  
  3. public class NotLogicException extends RuntimeException {
  4.    // $FF: renamed from: $0 java.lang.String
  5.    private static final String field_0 = "NotLogicException.nrx";
  6.  
  7.    public NotLogicException() {
  8.    }
  9.  
  10.    public NotLogicException(String var1) {
  11.       super(var1);
  12.    }
  13. }
  14.