/[classpath]/classpath/java/awt/Toolkit.java
ViewVC logotype

Diff of /classpath/java/awt/Toolkit.java

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

revision 1.17 by mkoch, Tue Mar 25 12:20:30 2003 UTC revision 1.18 by mkoch, Tue Jun 24 11:27:43 2003 UTC
# Line 496  public abstract class Toolkit Line 496  public abstract class Toolkit
496          toolkit = (Toolkit) obj;          toolkit = (Toolkit) obj;
497          return toolkit;          return toolkit;
498        }        }
499      catch (Exception e)      catch (Throwable t)
500        {        {
501          throw new AWTError("Cannot load AWT toolkit: " + e.getMessage());          AWTError e = new AWTError("Cannot load AWT toolkit: " + toolkit_name);
502            throw (AWTError) e.initCause(t);
503        }        }
504    }    }
505    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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