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

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