Lines Matching refs:except

1139 		SAXException except;  in startElement()  local
1140except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "startElement called before startDocument"… in startElement()
1141 throw except; in startElement()
1145 SAXException except; in startElement() local
1146except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "startElement call not allowed with CDATA … in startElement()
1147 throw except; in startElement()
1191 SAXInvalidCharacterException except; in startElement() local
1192except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export in a a… in startElement()
1193 throw except; in startElement()
1197 SAXException except; in startElement() local
1198 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in startElement()
1199 throw except; in startElement()
1233 SAXException except; in endElement() local
1234 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in endElement()
1235 throw except; in endElement()
1243 SAXException except; in characters() local
1244except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "characters method called before startDocu… in characters()
1245 throw except; in characters()
1285 SAXInvalidCharacterException except; in characters() local
1286 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in characters()
1287 throw except; in characters()
1330 SAXException except; in processingInstruction() local
1331 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in processingInstruction()
1332 throw except; in processingInstruction()
1364 SAXException except; in endCDATA() local
1365except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "endCDATA was called without startCDATA" )… in endCDATA()
1366 throw except; in endCDATA()
1402 SAXException except; in comment() local
1403 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in comment()
1404 throw except; in comment()
1443 SAXException except; in unknown() local
1444 except.Message = OUString( RTL_CONSTASCII_USTRINGPARAM( "Invalid charcter during XML-Export" ) ); in unknown()
1445 throw except; in unknown()