/[classpath]/classpath/java/lang/Throwable.java
ViewVC logotype

Diff of /classpath/java/lang/Throwable.java

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

revision 1.28 by mkoch, Wed Feb 16 11:18:37 2005 UTC revision 1.29 by archie172, Sat Feb 19 17:01:26 2005 UTC
# Line 172  public class Throwable implements Serial Line 172  public class Throwable implements Serial
172    public Throwable(String message, Throwable cause)    public Throwable(String message, Throwable cause)
173    {    {
174      this(message);      this(message);
175      initCause(cause);      this.cause = cause;
176    }    }
177    
178    /**    /**

Legend:
Removed from v.1.28  
changed lines
  Added in v.1.29

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