home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 July / PCpro_2005_07.ISO / files / wintools / FullSync / FullSyncInstaller.exe / org / apache / regexp / RESyntaxException.class (.txt) < prev    next >
Encoding:
Java Class File  |  2005-03-08  |  371 b   |  8 lines

  1. package org.apache.regexp;
  2.  
  3. public class RESyntaxException extends RuntimeException {
  4.    public RESyntaxException(String var1) {
  5.       super("Syntax error: " + var1);
  6.    }
  7. }
  8.