Lines Matching refs:aErrorMessage

173 		::rtl::OUString aErrorMessage = getErrorLineString();  in endDocument()
174aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "No matching start or end element '… in endDocument()
175 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endDocument()
194 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
195aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element 'event:events' cannot be e… in startElement()
196 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
207 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
208aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element 'event:event' must be embe… in startElement()
209 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
214 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
215aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Element event:event is not a conta… in startElement()
216 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
285 ::rtl::OUString aErrorMessage = getErrorLineString(); in startElement()
286 aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "Required attribute ")); in startElement()
287 aErrorMessage += aRequiredAttributeName; in startElement()
288 aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( " must have a value!" )); in startElement()
289 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in startElement()
350 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
351aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'event:events' found, … in endElement()
352 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()
363 ::rtl::OUString aErrorMessage = getErrorLineString(); in endElement()
364aErrorMessage += ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "End element 'event:event' found, b… in endElement()
365 throw SAXException( aErrorMessage, Reference< XInterface >(), Any() ); in endElement()