Hi,

I'm implementing a Sax2 parser, and I'd like to generate an error message with 
the ErrorHandler in a function of the ContentHandler, let's say 
startElement(). Unfortunately, here rises a problem: the functions error(), 
warning() and fatalError() all need a SaxParseException as parameter, but I 
don't know how to throw it myself. I could overload error() with a string 
parameter, but then I'd like to have a way to know the line and column 
number, so I can give a more precise error. Can anybody help?

tnx in advance,
Erwin
http://win-www.ruca.ua.ac.be/u/s005101/esp

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to