sdx-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [sdx-users] For input string: "non "java.lang.NumberFormatExc eption


From: Andre . Davignon
Subject: RE: [sdx-users] For input string: "non "java.lang.NumberFormatExc eption: For inpu t string: "non "
Date: Fri, 10 Jun 2005 12:06:45 +0200

>Si tu nous copiais les alentours de la ligne :
>/home/tomcat/work/sdx/cocoon-files/org/apache/cocoon/www/portaildoc/results
2_xsp.java:2208 
>ça parlerait peut-être à quelques-uns d'entre nous ?

Ok merci. La ligne 2208 est celle où se trouve le premier
"this.contentHandler.startElement"

      
                        /*----------------------------------------------
                                EXCEPTIONS
                        ----------------------------------------------*/
                
                                        sdx_e.toSAX(contentHandler);
                                        if (sdx_log != null)
sdx_log.error(sdx_e.getMessage(), sdx_e.fillInStackTrace());
                                }
                                catch(Exception sdx_ee)
                                {
                                        sdx_ee.printStackTrace(System.err);
                                        if (sdx_log != null)
sdx_log.error(sdx_ee.getMessage(), sdx_ee.fillInStackTrace());
                                        

    this.contentHandler.startElement(
      "http://www.culture.gouv.fr/ns/sdx/sdx";,
      "exception",
      "sdx:exception",
      xspAttr
    );
    xspAttr.clear();

    

    this.contentHandler.startElement(
      "http://www.culture.gouv.fr/ns/sdx/sdx";,
      "message",
      "sdx:message",
      xspAttr
    );
    xspAttr.clear();

    
        
André Davignon

      





reply via email to

[Prev in Thread] Current Thread [Next in Thread]