/[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.24.2.4 by gnu_andrew, Sat Feb 19 10:50:37 2005 UTC revision 1.24.2.5 by gnu_andrew, Mon Feb 21 02:50:40 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.24.2.4  
changed lines
  Added in v.1.24.2.5

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