Home
last modified time | relevance | path

Searched refs:iae (Results 1 – 25 of 53) sorted by relevance

123

/aoo41x/main/qadevOOo/tests/java/ifc/configuration/backend/
H A D_XLayerImporter.java52 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _importLayer()
54 log.println("\tWrong Expected "+iae+" exception was thrown -- FAILED"); in _importLayer()
77 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _importLayer()
79 log.println("\tWrong Expected "+iae+" exception was thrown -- FAILED"); in _importLayer()
100 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _importLayerForEntity()
102 log.println("\tWrong Expected "+iae+" exception was thrown -- FAILED"); in _importLayerForEntity()
125 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _importLayerForEntity()
127 log.println("\tWrong Expected "+iae+" exception was thrown -- FAILED"); in _importLayerForEntity()
/aoo41x/main/qadevOOo/tests/java/mod/_sc/
H A DScAccessibleDocumentPagePreview.java106 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
107 throw new StatusException("couldn't get sheet",iae); in createTestEnvironment()
114 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
115 throw new StatusException("couldn't get sheet",iae); in createTestEnvironment()
123 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
124 throw new StatusException("couldn't get sheet",iae); in createTestEnvironment()
H A DScAccessiblePageHeader.java110 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
111 throw new StatusException("couldn't get sheet",iae); in createTestEnvironment()
185 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
186 throw new StatusException("Couldn't convert any", iae); in createTestEnvironment()
/aoo41x/main/scripting/source/runtimemgr/
H A DScriptRuntimeManager.cxx223 catch ( lang::IllegalArgumentException & iae ) in invoke() local
226 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke()
228 iae.ArgumentPosition ); in invoke()
297 catch ( lang::IllegalArgumentException & iae ) in resolve() local
301 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in resolve()
303 iae.ArgumentPosition ); in resolve()
/aoo41x/main/qadevOOo/runner/base/
H A Djava_fat.java235 catch (IllegalArgumentException iae) in executeTest()
238 System.out.println("**** " + iae.getMessage() + " ****"); in executeTest()
239 Summarizer.summarizeDown(aSubEntry, iae.getMessage()); in executeTest()
241 catch (java.lang.NoClassDefFoundError iae) in executeTest()
244 System.out.println("**** " + iae.getMessage() + " ****"); in executeTest()
245 Summarizer.summarizeDown(aSubEntry, iae.getMessage()); in executeTest()
H A Djava_fat_service.java162 } catch (IllegalArgumentException iae) { in executeTest()
164 log.println("**** "+iae.getMessage()+" ****"); in executeTest()
165 Summarizer.summarizeDown(entry.SubEntries[j],iae.getMessage()); in executeTest()
/aoo41x/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx863 } catch (lang::IllegalArgumentException & iae) { in createBlankNode() local
867 "illegal blank node label"), *this, uno::makeAny(iae)); in createBlankNode()
1461 } catch (lang::IllegalArgumentException & iae) { in setStatementRDFa() local
1465 "cannot create URI for XML ID"), *this, uno::makeAny(iae)); in setStatementRDFa()
1482 } catch (lang::IllegalArgumentException & iae) { in setStatementRDFa() local
1486 "cannot create literal"), *this, uno::makeAny(iae)); in setStatementRDFa()
1522 } catch (lang::IllegalArgumentException & iae) { in removeStatementRDFa() local
1553 } catch (lang::IllegalArgumentException & iae) { in getStatementRDFa() local
2108 } catch (lang::IllegalArgumentException & iae) { in convertToXURI() local
2112 "illegal uri"), m_rRep, uno::makeAny(iae)); in convertToXURI()
[all …]
/aoo41x/main/scripting/source/provider/
H A DScriptImpl.cxx75 catch ( lang::IllegalArgumentException & iae ) in invoke() local
78 throw lang::IllegalArgumentException( temp.concat( iae.Message ), in invoke()
80 iae.ArgumentPosition ); in invoke()
/aoo41x/main/qadevOOo/runner/util/
H A DValueComparer.java46 } catch (com.sun.star.lang.IllegalArgumentException iae) { in equalValue()
52 } catch (com.sun.star.lang.IllegalArgumentException iae) { in equalValue()
142 } catch (com.sun.star.lang.IllegalArgumentException iae) { in compareUntil()
152 } catch (com.sun.star.lang.IllegalArgumentException iae) { in compareUntil()
/aoo41x/main/qadevOOo/tests/java/ifc/frame/
H A D_XFramesSupplier.java83 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _getActiveFrame()
169 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _setActiveFrame()
176 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _setActiveFrame()
/aoo41x/main/scripting/workben/ifc/scripting/
H A D_XScriptInvocation.java119 catch (com.sun.star.lang.IllegalArgumentException iae) { in runInvokeTest()
120 log.println("Couldn't invoke script:" + iae); in runInvokeTest()
213 catch (com.sun.star.lang.IllegalArgumentException iae) { in loadDocument()
H A D_XScriptSecurity.java172 catch (com.sun.star.lang.IllegalArgumentException iae) { in runCheckPermissionTest()
173 log.println("Couldn't invoke script:" + iae); in runCheckPermissionTest()
390 catch (com.sun.star.lang.IllegalArgumentException iae) { in loadDocument()
H A D_XFunction.java122 catch (com.sun.star.lang.IllegalArgumentException iae) { in runInvokeTest()
123 log.println("Couldn't invoke script:" + iae); in runInvokeTest()
/aoo41x/main/odk/examples/java/Storage/
H A DTest06.java74 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
179 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
196 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
/aoo41x/main/package/qa/ofopxmlstorages/
H A DTest06.java74 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
179 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
196 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
/aoo41x/main/package/qa/storages/
H A DTest06.java75 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
180 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
197 catch( com.sun.star.lang.IllegalArgumentException iae ) in test()
/aoo41x/main/qadevOOo/runner/lib/
H A DMultiPropertyTest.java373 catch (com.sun.star.lang.IllegalArgumentException iae) in checkResult()
409 catch (com.sun.star.lang.IllegalArgumentException iae) in checkResult()
446 catch (com.sun.star.lang.IllegalArgumentException iae) in checkResult()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DSystemDialog.java173 catch (com.sun.star.lang.IllegalArgumentException iae) in callFolderDialog()
175 iae.printStackTrace(); in callFolderDialog()
176 throw new IllegalArgumentException(iae.getMessage()); in callFolderDialog()
/aoo41x/main/qadevOOo/tests/java/ifc/text/
H A D_TextSection.java108 } catch (com.sun.star.lang.IllegalArgumentException iae) {
124 } catch (com.sun.star.lang.IllegalArgumentException iae) {
/aoo41x/main/qadevOOo/tests/java/ifc/sdb/
H A D_RowSet.java123 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _ActiveConnection()
124 throw new StatusException("couldn't convert Any",iae); in _ActiveConnection()
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/
H A DAbstractListener.java105 catch (IllegalAccessException iae) in invoke()
107 iae.printStackTrace(); in invoke()
/aoo41x/main/qadevOOo/tests/java/ifc/style/
H A D_PageProperties.java54 } catch (com.sun.star.lang.IllegalArgumentException iae) { in before()
111 } catch (com.sun.star.lang.IllegalArgumentException iae) { in _UserDefinedAttributes()
/aoo41x/main/qadevOOo/tests/java/mod/_cached/
H A DCachedDynamicResultSetStubFactory.java150 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
151 throw new StatusException("Couldn't convert Any ",iae); in createTestEnvironment()
H A DCachedContentResultSetStubFactory.java154 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
155 throw new StatusException("Couldn't convert Any ",iae); in createTestEnvironment()
H A DCachedDynamicResultSetFactory.java153 } catch (com.sun.star.lang.IllegalArgumentException iae) { in createTestEnvironment()
154 throw new StatusException("Couldn't convert Any ",iae); in createTestEnvironment()

Completed in 110 milliseconds

123