/[classpath]/classpath/java/text/MessageFormat.java
ViewVC logotype

Diff of /classpath/java/text/MessageFormat.java

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

revision 1.11.2.3 by gnu_andrew, Sun Jan 16 02:14:48 2005 UTC revision 1.11.2.4 by gnu_andrew, Sun Jan 16 15:15:12 2005 UTC
# Line 283  public class MessageFormat extends Forma Line 283  public class MessageFormat extends Forma
283        }        }
284      catch (NumberFormatException nfx)      catch (NumberFormatException nfx)
285        {        {
286          throw new IllegalArgumentException("Failed to parse integer string");          IllegalArgumentException iae = new IllegalArgumentException(pat);
287            iae.initCause(nfx);
288            throw iae;
289        }        }
290    
291      // Extract the element format.      // Extract the element format.

Legend:
Removed from v.1.11.2.3  
changed lines
  Added in v.1.11.2.4

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