Lines Matching refs:THROWS

107     static Sequence< UString >  getSupportedServiceNames_Static(void) THROWS( () );
108 static UString getImplementationName_Static() THROWS( () );
112THROWS( ( IllegalArgumentException,
117 … INT32 hTestHandle) THROWS( ( IllegalArgumentException,
120 virtual BOOL testPassed(void) THROWS( ( UsrSystemException) );
121 virtual Sequence< UString > getErrors(void) THROWS( (UsrSystemException) );
122 virtual Sequence< UsrAny > getErrorExceptions(void) THROWS( (UsrSystemException) );
123 virtual Sequence< UString > getWarnings(void) THROWS( (UsrSystemException) );
163THROWS( ( IllegalArgumentException, in testInvariant()
179 … INT32 hTestHandle) THROWS( ( IllegalArgumentException, in test()
219 BOOL OPipeTest::testPassed(void) THROWS( (UsrSystemException… in testPassed()
225 Sequence< UString > OPipeTest::getErrors(void) THROWS( (UsrSystemException… in getErrors()
231 Sequence< UsrAny > OPipeTest::getErrorExceptions(void) THROWS( (UsrSystemException… in getErrorExceptions()
237 Sequence< UString > OPipeTest::getWarnings(void) THROWS( (UsrSystemException… in getWarnings()
417 XInterfaceRef OPipeTest_CreateInstance( const XMultiServiceFactoryRef & rSMgr ) THROWS((Exception)) in OPipeTest_CreateInstance()
426 Sequence<UString> OPipeTest_getSupportedServiceNames(void) THROWS( () ) in OPipeTest_getSupportedServiceNames()
434 UString OPipeTest_getServiceName() THROWS( () ) in OPipeTest_getServiceName()
439 UString OPipeTest_getImplementationName() THROWS( () ) in OPipeTest_getImplementationName()