You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by Aniruddha Shevade <as...@actuate.com> on 2002/01/12 03:16:33 UTC

DomException while Parsing

Hello
   I get a DOmException after I call the parse() method of the DOMParser
When I Try to catch the exception and retrieve teh Error MEssage, I get a
empty 
sting ?  Any help is appreciated

Thanks
-Aniruddha

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org


Re: DomException while Parsing

Posted by Jack Marr <ma...@ugs.com>.
Aniruddha Shevade wrote:
> 
> Hello
>    I get a DOmException after I call the parse() method of the DOMParser
> When I Try to catch the exception and retrieve teh Error MEssage, I get a
> empty
> sting ?  Any help is appreciated

The DOM_DOMException string is not set.  You need to work off of the error
code.  See the DOMPrint sample.

-- 
  Jack Marr (marr@ugs.com) Cypress, CA
  EDS/PLM Solutions

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org