Hi, In overriding the SAX2ReadHandler::error() I can access the error message by using getMessage() which might look like:
Datatype error: Type:InvalidDatatypeValueException, Message:The unary operation node had a binary node type. I'm interested in getting individual parts of that message without having to parse that string directly. With the above example, I would like to know that it was a "Datatype error", the type was "InvalidDatatypeValueException", etc... I would like to do this because I need to re-throw my own exception which would have more application specific errors. Is this possible? Is this possible to do from my SAX2ReadHandler::error() function? Thanks for any help, Michael --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
