/[classpath]/gjdoc/src/gnu/classpath/tools/gjdoc/ParseException.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/gjdoc/ParseException.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.1.1 by alexl, Wed Feb 13 10:45:52 2002 UTC revision 1.2 by julian, Mon Dec 13 21:56:48 2004 UTC
# Line 22  package gnu.classpath.tools.gjdoc; Line 22  package gnu.classpath.tools.gjdoc;
22    
23  class ParseException extends Exception {  class ParseException extends Exception {
24    
25     public ParseException(String msg) {     public ParseException()
26       {
27       }
28    
29       public ParseException(String msg)
30       {
31        super(msg);        super(msg);
32     }     }
33    

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26