/[classpath]/gjdoc/src/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletException.java
ViewVC logotype

Diff of /gjdoc/src/gnu/classpath/tools/doclets/xmldoclet/doctranslet/DocTransletException.java

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

revision 1.1 by julian, Fri Mar 7 14:32:15 2003 UTC revision 1.2 by julian, Sun Nov 21 21:23:20 2004 UTC
# Line 27  public class DocTransletException extend Line 27  public class DocTransletException extend
27     }     }
28    
29     public DocTransletException(String msg, Throwable cause) {     public DocTransletException(String msg, Throwable cause) {
30        super(msg, cause);        super(msg + " caused by " + cause);
31     }     }
32    
33     public DocTransletException(Throwable cause) {     public DocTransletException(Throwable cause) {
34        super(cause);        super("Caused by " + cause);
35     }     }
36  }  }

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

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