Home
last modified time | relevance | path

Searched refs:getMessage (Results 51 – 75 of 317) sorted by relevance

12345678910>>...13

/aoo42x/main/testgraphical/ui/java/ConvwatchGUIProject/src/
H A DIniFile.java125 GlobalLogWriter.println("Message: " + fne.getMessage()); in loadLines()
131 GlobalLogWriter.println("Message: " + ie.getMessage()); in loadLines()
141 GlobalLogWriter.println("Message: " + ie.getMessage()); in loadLines()
466 GlobalLogWriter.println("Message: " + fne.getMessage()); in store()
472 GlobalLogWriter.println("Message: " + ie.getMessage()); in store()
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/
H A DXLIFFReader.java347 OutputHandler.log(e.getMessage()); in endDocument()
442 OutputHandler.log(e.getMessage()); in startElement()
562 OutputHandler.log(e.getMessage()); in error()
571 + e.getMessage() ); in fatalError()
580 OutputHandler.log(e.getMessage()); in warning()
/aoo42x/main/qadevOOo/tests/java/ifc/beans/
H A D_XHierarchicalPropertySet.java72 log.println(" throws expeption " + e.getMessage()); in _getHierarchicalPropertyValue()
115 log.println("IllegalArgument "+e.getMessage()); in _setHierarchicalPropertyValue()
117 log.println("VetoException "+e.getMessage()); in _setHierarchicalPropertyValue()
119 log.println("WrappedTarget "+e.getMessage()); in _setHierarchicalPropertyValue()
/aoo42x/main/qadevOOo/runner/convwatch/
H A DDocumentConverter.java242 GlobalLogWriter.get().println(e.getMessage()); in runGDC()
246 GlobalLogWriter.get().println(e.getMessage()); in runGDC()
257 assure(e.getMessage(), false); in runGDC()
261 assure(e.getMessage(), false); in runGDC()
H A DDBHelper.java91 GlobalLogWriter.get().println("DB: Reason: " + e.getMessage()); in run()
193 … GlobalLogWriter.get().println("DB: Class not found exception caught: " + e.getMessage()); in getMySQLConnection()
276 String sError = e.getMessage(); in QueryIntFromSQL()
283 String sError = e.getMessage(); in QueryIntFromSQL()
H A DPRNCompare.java390 … GlobalLogWriter.get().println("Exception caught. At border remove: " + e.getMessage()); in createDiffs()
398 GlobalLogWriter.get().println(e.getMessage()); in createDiffs()
514 … GlobalLogWriter.get().println("Exception caught. At border remove: " + e.getMessage()); in createDiffs()
520 GlobalLogWriter.get().println(e.getMessage()); in createDiffs()
693 GlobalLogWriter.get().println(e.getMessage()); in checkDiffDiff()
/aoo42x/main/qadevOOo/tests/java/ifc/ucb/
H A D_XCommandProcessor.java125 log.println("The command aborted " + e.getMessage()); in _execute()
129 log.println("Unexpected exception " + e.getMessage()); in _execute()
159 log.println("Wrong exception thrown " + e.getMessage()); in _execute()
234 log.println("Unexpected exception " + e.getMessage()); in _abort()
H A D_XContentProviderManager.java104 log.println("Can't create content providers " + e.getMessage()); in before()
137 log.println("Unexpected exception thrown " + e.getMessage()); in _registerContentProvider()
156 log.println("Unexpected exception thrown " + e.getMessage()); in _registerContentProvider()
/aoo42x/main/dbaccess/qa/complex/dbaccess/
H A DRowSet.java128 fail("could not create the embedded HSQL database: " + e.getMessage()); in createTestCase()
138 … fail("could not connect to the database/table structure, error message:\n" + e.getMessage()); in createTestCase()
200 …n while creating the RowSet. Type:\n" + e.getClass().toString() + "\nMessage:\n" + e.getMessage()); in createRowSet()
860 fail("testing the parameters of a table failed" + e.getMessage()); in testTableParameters()
877 fail("testing the parameters of a table failed" + e.getMessage()); in testParametersAfterNormalExecute()
923 fail("testing the parameters of a parametrized query failed" + e.getMessage()); in testParametrizedQuery()
961 …il("could not test the relationship between XParameters and XParametersSupplier" + e.getMessage()); in testParametersInteraction()
986 fail("testing the parameters within a WHERE clause failed" + e.getMessage()); in testParametersInFilter()
/aoo42x/main/qadevOOo/runner/complexlib/
H A DComplexTestCase.java90 message = "Exception in before() method.\n\r" + t.getMessage(); in before()
210 String msg = e.getMessage(); in test_method()
253 message = "Exception in after() method.\n\r" + t.getMessage(); in after()
257 message += "Exception in \'after()\' method.\n\r" + t.getMessage(); in after()
H A DMethodThread.java79 mErrMessage = e.getMessage(); in run()
88 mErrMessage = t.getMessage(); in run()
129 mErrMessage = e.getMessage(); in destroy()
/aoo42x/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java47 + ex.getMessage()); in main()
74 + ex.getMessage()); in doSampleFunction()
85 + ex.getMessage()); in doSampleFunction()
96 + ex.getMessage()); in doSampleFunction()
107 + ex.getMessage()); in doSampleFunction()
118 + ex.getMessage()); in doSampleFunction()
129 + ex.getMessage()); in doSampleFunction()
140 + ex.getMessage()); in doSampleFunction()
151 + ex.getMessage()); in doSampleFunction()
162 + ex.getMessage()); in doSampleFunction()
[all …]
/aoo42x/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java151 return NbBundle.getMessage(OpenOfficeDocFileSystem.class, in getDisplayName()
154 return NbBundle.getMessage(OpenOfficeDocFileSystem.class, in getDisplayName()
180 ErrorManager.getDefault().annotate(ioe, NbBundle.getMessage( in setDocument()
192 System.out.println(" exception: " + ioe.getMessage()); in setDocument()
205 System.out.println(" exception: " + ioe.getMessage()); in setDocument()
303 System.out.println(" exception: " + ioe.getMessage()); in removeNotify()
/aoo42x/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java231 showErrorMessage( "Error loading file: " + ioe.getMessage() ); in edit()
361 showErrorMessage( "Error saving script: " + ioe.getMessage() ); in saveTextArea()
365 showErrorMessage( "Error saving script: " + e.getMessage() ); in saveTextArea()
398 showErrorMessage(invokeException.getMessage()); in actionPerformed()
/aoo42x/main/scripting/java/com/sun/star/script/framework/io/
H A DUCBStreamHandler.java188 ioe.getMessage()); in getUCBStream()
252 throw new IOException(ioe.getMessage()); in getFileStreamFromUCB()
256 throw new IOException(e.getMessage()); in getFileStreamFromUCB()
266 "Error closing XInputStream:" + e2.getMessage()); in getFileStreamFromUCB()
/aoo42x/main/toolkit/qa/complex/toolkit/
H A DUnitConversion.java84 …Caught IllegalArgumentException in convertSizeToLogic with '" + _sEinheit + "' " + e.getMessage()); in checkSize()
150 … fail("failed: IllegalArgumentException caught in convertPointToLogic " + e.getMessage()); in testXUnitConversion()
198 fail("failed: IllegalArgumentException caught in convertSizeToLogic " + e.getMessage()); in testXUnitConversion()
214 fail("failed: IllegalArgumentException caught in convertSizeToPixel " + e.getMessage()); in testXUnitConversion()
/aoo42x/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/formula/
H A DTokenFactory.java64 Debug.log(Debug.ERROR, eFn.getMessage()); in getFunctionToken()
92 Debug.log(Debug.ERROR, eFn.getMessage()); in getOperatorToken()
109 Debug.log(Debug.ERROR, eFn.getMessage()); in getOperandToken()
/aoo42x/main/qadevOOo/tests/java/ifc/io/
H A D_XActiveDataControl.java147 throw new StatusException(Status.failed(e.getMessage())); in _start()
186 throw new StatusException(Status.failed(e.getMessage())); in _removeListener()
212 throw new StatusException(Status.failed(e.getMessage())); in _terminate()
/aoo42x/main/scripting/java/Framework/com/sun/star/script/framework/security/
H A DSecurityDialog.java160 throw new RuntimeException( "SecurityDialog::initialize: " + e.getMessage() ); in initialize()
190 LogUtils.DEBUG( "uno message: " + e.getMessage()); in initialize()
191 throw new RuntimeException( e.getMessage() ); in initialize()
196 LogUtils.DEBUG( "message: " + e.getMessage()); in initialize()
197 throw new RuntimeException( e.getMessage() ); in initialize()
/aoo42x/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java173 fail("Unexpected Exception: " + e.getMessage()); in checkTDOCRoot()
207 fail("Unexpected Exception: " + e.getMessage()); in checkTDOCDocument()
242 fail("Unexpected Exception: " + e.getMessage()); in checkTDOCFolder()
277 fail("Unexpected Exception: " + e.getMessage()); in checkTDOCStream()
/aoo42x/main/bean/java/officebean/src/main/java/com/sun/star/beans/
H A DLocalOfficeConnection.java280 System.out.println( e.getMessage() ); in connect()
285 System.out.println( e.getMessage() ); in connect()
290 System.out.println( e.getMessage() ); in connect()
295 System.out.println( e.getMessage() ); in connect()
/aoo42x/main/scripting/workben/ifc/scripting/
H A DSecurityDialogUtil.java93 System.err.println("While waiting :" + e.getMessage()) ; in run()
115 e.getMessage(); in run()
164 e.getMessage(); in run()
/aoo42x/main/qadevOOo/tests/java/ifc/frame/
H A D_XStorable.java148 log.println("Couldn't store as "+url+" : "+e.getMessage()); in _storeAsURL()
175 log.println("Couldn't store to "+url+" : "+e.getMessage()); in _storeToURL()
206 log.println("Couldn't store : " + ioE.getMessage()); in _store()
/aoo42x/main/qadevOOo/runner/helper/
H A DOfficeProvider.java267 exc = ue.getMessage(); in getManager()
272 exc = je.getMessage(); in getManager()
443 exc = ue.getMessage(); in connectOffice()
447 exc = je.getMessage(); in connectOffice()
591 dbg("Couldn't recover from backup\n" + e.getMessage()); in disposeOffice()
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXTextTables.java107 + uE.getMessage(), uE); in createTestEnvironment()
119 + uE.getMessage(), uE); in createTestEnvironment()
143 + uE.getMessage(), uE); in createTestEnvironment()

Completed in 134 milliseconds

12345678910>>...13