Lines Matching refs:THROWS
135 … THROWS( ( IllegalArgumentException,
140 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
143 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
144 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
145 virtual Sequence< UsrAny > getErrorExceptions(void) THROWS( (UsrSystemException) );
146 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) );
169 XInterfaceRef OSaxParserTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Except… in OSaxParserTest_CreateInstance()
177 UString OSaxParserTest_getServiceName( ) THROWS( () ) in OSaxParserTest_getServiceName()
182 UString OSaxParserTest_getImplementationName( ) THROWS( () ) in OSaxParserTest_getImplementationName()
187 Sequence<UString> OSaxParserTest_getSupportedServiceNames( ) THROWS( () ) in OSaxParserTest_getSupportedServiceNames()
210 … THROWS( ( IllegalArgumentException, in testInvariant()
223 … INT32 hTestHandle) THROWS( ( IllegalArgumentException, in test()
274 BOOL OSaxParserTest::testPassed(void) THROWS( (UsrSystemExcep… in testPassed()
280 Sequence< UString > OSaxParserTest::getErrors(void) THROWS( (UsrSystemE… in getErrors()
286 Sequence< UsrAny > OSaxParserTest::getErrorExceptions(void) THROWS( (UsrSystemE… in getErrorExceptions()
292 Sequence< UString > OSaxParserTest::getWarnings(void) THROWS( (UsrSystemExcep… in getWarnings()
368 … virtual void error(const UsrAny& aSAXParseException) THROWS( (SAXException, UsrSystemException) ) in error()
373 …virtual void fatalError(const UsrAny& aSAXParseException) THROWS( (SAXException, UsrSystemExceptio… in fatalError()
377 …virtual void warning(const UsrAny& aSAXParseException) THROWS( (SAXException, UsrSystemException) ) in warning()
385 virtual void startDocument(void) THROWS( (SAXException, UsrSystemException) ) in startDocument()
396 virtual void endDocument(void) THROWS( (SAXException, UsrSystemException) ) in endDocument()
405 THROWS( (SAXException,UsrSystemException) ) in startElement()
431 virtual void endElement(const UString& aName) THROWS( (SAXException,UsrSystemException) ) in endElement()
444 virtual void characters(const UString& aChars) THROWS( (SAXException,UsrSystemException) ) in characters()
455 …virtual void ignorableWhitespace(const UString& aWhitespaces) THROWS( (SAXException,UsrSystemExcep… in ignorableWhitespace()
460 …virtual void processingInstruction(const UString& aTarget, const UString& aData) THROWS( (SAXExcep… in processingInstruction()
466 …virtual void setDocumentLocator(const XLocatorRef& xLocator) THROWS( (SAXException,UsrSystemExcept… in setDocumentLocator()
472 … THROWS( (SAXException,UsrSystemException) ) in resolveEntity()
482 virtual void startCDATA(void) THROWS( (SAXException,UsrSystemException) ) in startCDATA()
488 virtual void endCDATA(void) THROWS( (SAXException,UsrSystemException) ) in endCDATA()
494 virtual void comment(const UString& sComment) THROWS( (SAXException,UsrSystemException) ) in comment()
500 virtual void unknown(const UString& sString) THROWS( (SAXException,UsrSystemException) ) in unknown()
507 virtual void allowLineBreak( void) THROWS( (SAXException, UsrSystemException ) ) in allowLineBreak()