Hi,
these exception are defined (see below)
and the catch(...) is thrown.
Thomas
} catch( xercesc::XMLException& e ){
throw DcError(EMPTY_OR_NOT_VALID_XML_DOC, buf.c_str() ) ;
} catch( const xercesc::DOMException& e ){
throw DcError(EMPTY_OR_NOT_VALID_XML_DOC, message.c_str()) ;
} catch (const DcError & e){
throw DcError(EMPTY_OR_NOT_VALID_XML_DOC, message.c_str()) ;
} catch (...){
delete errHandler;
throw DcError(EMPTY_OR_NOT_VALID_XML_DOC, message.c_str()) ;
}
Vitaly Prapirny wrote:
>
> Hi,
>> During reading, the Reader (see below) quit reading returning exception.
> What kind of exception was thrown ?
>
> Good luck !
> Vitaly
>
>
>
--
View this message in context:
http://www.nabble.com/xercesc-dom-input-structure-size-limit%2C-RAM-limit--tf2157920.html#a6016213
Sent from the Xerces - C - Users forum at Nabble.com.