CVS Update: xmlpull-api-v1/src/java/api/org/xmlpull/v1

Aleksander Andrzej Slominski <[email protected]> Tue, 8 Apr 2003 14:35:31 -0500 (EST)
Newsgroups gmane.text.xml.xmlpull.devel
Message-ID <[email protected]>
aslom       03/04/08 14:35:31

  Modified:    src/java/api/org/xmlpull/v1 XmlPullParserFactory.java
  Log:
  more descriptive error message
  
  Revision  Changes    Path
  1.24      +2 -2      xmlpull-api-v1/src/java/api/org/xmlpull/v1/XmlPullParserFactory.java
  
  Index: XmlPullParserFactory.java
  ===================================================================
  RCS file: /l/extreme/cvspub/xmlpull-api-v1/src/java/api/org/xmlpull/v1/XmlPullParserFactory.java,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -b -t -w -r1.23 -r1.24
  --- XmlPullParserFactory.java	4 Mar 2003 19:05:31 -0000	1.23
  +++ XmlPullParserFactory.java	8 Apr 2003 19:35:31 -0000	1.24
  @@ -276,8 +276,8 @@
                   InputStream is = context.getResourceAsStream (RESOURCE_NAME);
   
                   if (is == null) throw new XmlPullParserException
  -                        ("Ressource not found: "+RESOURCE_NAME);
  -
  +                        ("resource not found: "+RESOURCE_NAME
  +                             +" make sure that parser implementing XmlPull API is available");
                   StringBuffer sb = new StringBuffer();
   
                   while (true) {
  
  
  


------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get 128 Bit SSL Encryption!
http://us.click.yahoo.com/xaxhjB/hdqFAA/VygGAA/2U_rlB/TM
---------------------------------------------------------------------~->

To unsubscribe from this group, send an email to:
[email protected]

 

Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/