Home
last modified time | relevance | path

Searched refs:ioe (Results 1 – 25 of 66) sorted by relevance

123

/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/
H A DOpenOfficeDocFileSystem.java178 IOException ioe = new IOException( in setDocument() local
183 throw ioe; in setDocument()
188 } catch(IOException ioe) { in setDocument()
201 } catch(IOException ioe) { in setDocument()
300 } catch(IOException ioe) { in removeNotify()
392 } catch(IOException ioe) { in updateDocument()
395 throw ioe; in updateDocument()
923 } catch(IOException ioe) { in evaluate()
925 ioexp = ioe; in evaluate()
936 } catch (IOException ioe) { in close()
[all …]
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamWrapper.java43 catch (com.sun.star.io.IOException ioe) { in read()
44 throw new java.io.IOException(ioe.getMessage()); in read()
61 catch ( com.sun.star.io.IOException ioe) in read()
63 throw new java.io.IOException(ioe.getMessage()); in read()
73 catch (com.sun.star.io.IOException ioe) { in skip()
74 throw new java.io.IOException(ioe.getMessage()); in skip()
83 catch (com.sun.star.io.IOException ioe) { in available()
84 throw new java.io.IOException(ioe.getMessage()); in available()
93 catch (com.sun.star.io.IOException ioe) { in close()
94 throw new java.io.IOException(ioe.getMessage()); in close()
H A DXOutputStreamWrapper.java46 catch ( com.sun.star.io.IOException ioe ) in write()
48 throw new java.io.IOException(ioe.getMessage()); in write()
63 catch ( com.sun.star.io.IOException ioe ) in write()
65 throw new java.io.IOException(ioe.getMessage()); in write()
84 catch ( com.sun.star.io.IOException ioe ) in write()
86 throw new java.io.IOException(ioe.getMessage()); in write()
101 catch ( com.sun.star.io.IOException ioe ) in flush()
103 throw new java.io.IOException(ioe.getMessage()); in flush()
117 catch ( com.sun.star.io.IOException ioe ) in close()
119 throw new java.io.IOException(ioe.getMessage()); in close()
H A DUCBStreamHandler.java186 catch (IOException ioe) { in getUCBStream()
188 ioe.getMessage()); in getUCBStream()
250 catch (com.sun.star.io.IOException ioe) { in getFileStreamFromUCB()
251 LogUtils.DEBUG("caught exception " + ioe ); in getFileStreamFromUCB()
252 throw new IOException(ioe.getMessage()); in getFileStreamFromUCB()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DExecuteProcess.java44 } catch ( IOException ioe ) { in executeProcessReturnValue()
45 System.err.println("IOError:" + ioe ); in executeProcessReturnValue()
72 } catch ( InterruptedException ioe ) { in executeProcessReturnVector()
73 System.err.println("Interrupted Exception Error: " + ioe ); in executeProcessReturnVector()
74 } catch ( IOException ioe ) { in executeProcessReturnVector()
75 System.err.println("IOError: " + ioe ); in executeProcessReturnVector()
101 } catch ( InterruptedException ioe ) { in executeProcessReturnVectorEnv()
102 System.err.println("Interrupted Exception Error: " + ioe ); in executeProcessReturnVectorEnv()
103 } catch ( IOException ioe ) { in executeProcessReturnVectorEnv()
104 System.err.println("IOError: " + ioe ); in executeProcessReturnVectorEnv()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/actions/
H A DParcelSupport.java71 catch (IOException ioe) { in getLanguage()
86 catch (IOException ioe) { in mount()
87 ErrorManager.getDefault().notify(ioe); in mount()
126 catch (IOException ioe) { in deploy()
128 ioe.getClass().getName() + ": "+ ioe.getMessage()); in deploy()
146 catch (IOException ioe) { in deploy()
148 ioe.getClass().getName() + ": "+ ioe.getMessage()); in deploy()
H A DParcelFolderSupport.java106 catch (IOException ioe) { in setClasspath()
107 ErrorManager.getDefault().notify(ioe); in setClasspath()
155 catch (IOException ioe) { in generate()
156 … out.println("GENERATION FAILED: reason: " + ioe.getClass().getName() + ": "+ ioe.getMessage()); in generate()
192 catch (IOException ioe) { in configure()
193 ErrorManager.getDefault().notify(ioe); in configure()
H A DOfficeDocumentSupport.java78 catch (IOException ioe) { in mount()
79 ErrorManager.getDefault().notify(ioe); in mount()
97 } catch (IOException ioe) { in open()
98 ErrorManager.getDefault().notify(ioe); in open()
/trunk/main/scripting/java/org/openoffice/idesupport/zip/
H A DParcelZipper.java112 catch (IOException ioe) { in zipParcel()
115 throw ioe; in zipParcel()
187 catch (IOException ioe) { in isDirectoryOverwriteNeeded()
220 catch (IOException ioe) { in isDocumentOverwriteNeeded()
343 catch (IOException ioe) { in unzipToZip()
345 throw ioe; in unzipToZip()
474 catch (IOException ioe) { in removeParcel()
476 throw ioe; in removeParcel()
507 catch (IOException ioe) { in getManifestFromDocument()
515 catch (IOException ioe) {} in getManifestFromDocument()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleAction.java60 } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { in _doAccessibleAction()
74 } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { in _doAccessibleAction()
99 } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { in _getAccessibleActionDescription()
109 } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { in _getAccessibleActionDescription()
135 } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { in _getAccessibleActionKeyBinding()
147 } catch (com.sun.star.lang.IndexOutOfBoundsException ioe) { in _getAccessibleActionKeyBinding()
/trunk/main/scripting/workben/installer/
H A DInstUtil.java82 catch ( IOException ioe ) in hasNetbeansInstallation()
84 … System.err.println("Exception caught trying to determine netbeans installation: " + ioe ); in hasNetbeansInstallation()
85 ioe.printStackTrace(); in hasNetbeansInstallation()
121 catch ( IOException ioe ) in hasJeditInstallation()
123 System.err.println("Exception caught trying to determine jedit installation: " + ioe ); in hasJeditInstallation()
124 ioe.printStackTrace(); in hasJeditInstallation()
248 catch( IOException ioe ) { in getNetbeansInstallation()
296 catch( IOException ioe ) { in getJeditInstallation()
H A DZipData.java73 catch (IOException ioe) { in extractEntry()
75 ": " + ioe.getMessage()); in extractEntry()
105 catch (IOException ioe) { in extractEntry()
107 ioe.getMessage()); in extractEntry()
119 catch (IOException ioe) { in extractEntry()
H A DFileUpdater.java53 catch( IOException ioe ) { in updateProtocolHandler()
56 ioe.printStackTrace(); in updateProtocolHandler()
127 catch( IOException ioe ) { in updateScriptXLC()
130 ioe.printStackTrace(); in updateScriptXLC()
203 catch( IOException ioe ) { in updateDialogXLC()
H A DExecCmd.java56 catch (IOException ioe) in exec()
59 ioe.printStackTrace(); in exec()
85 } catch (IOException ioe) { in exec()
87 ioe.printStackTrace(); in exec()
/trunk/main/scripting/examples/java/debugger/
H A DOOBeanShellDebugger.java74 catch (IOException ioe) { in go()
76 "Error loading file: " + ioe.getMessage(), in go()
91 catch (IOException ioe) { in go()
93 "Error loading stream: " + ioe.getMessage(), in go()
262 catch (IOException ioe) { in saveTextArea()
264 "Error saving file: " + ioe.getMessage(), in saveTextArea()
/trunk/main/scripting/java/org/openoffice/idesupport/
H A DOfficeDocument.java89 catch(IOException ioe) { in getParcels()
90 ioe.printStackTrace(); in getParcels()
110 catch (IOException ioe) { in removeParcel()
111 ioe.printStackTrace(); in removeParcel()
H A DSVersionRCFile.java163 catch (IOException ioe) { in toFileURL()
222 catch (IOException ioe) { in main()
223 System.err.println("Error getting versions: " + ioe.getMessage()); in main()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A DScriptEditorForBeanShell.java91 catch (IOException ioe) {
230 catch (IOException ioe) { in edit()
231 showErrorMessage( "Error loading file: " + ioe.getMessage() ); in edit()
360 catch (IOException ioe) { in saveTextArea()
361 showErrorMessage( "Error saving script: " + ioe.getMessage() ); in saveTextArea()
/trunk/main/scripting/examples/java/Newsgroup/
H A DMimeConfiguration.java103 catch( IOException ioe ) in writeMailCap()
105 ioe.printStackTrace(); in writeMailCap()
162 catch( IOException ioe ) in writeMimeTypes()
164 ioe.printStackTrace(); in writeMimeTypes()
/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/output/
H A DOfficeDocumentReportTarget.java727 catch (IOException ioe) in startElement()
729 LOGGER.error("ReportProcessing failed", ioe); in startElement()
730 throw new ReportProcessingException("Failed to write content", ioe); in startElement()
990 catch (IOException ioe) in endElement()
993 ioe); in endElement()
1176 catch (IOException ioe) in startBuffering()
1178 throw new ReportProcessingException("Unable to create the buffer", ioe); in startBuffering()
1489 catch (IOException ioe) in startImageProcessing()
1491 throw new ReportProcessingException(FAILED, ioe); in startImageProcessing()
1696 catch (IOException ioe) in startChartProcessing()
[all …]
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DFrameworkJarChecker.java51 catch (IOException ioe) { in mountDependencies()
76 catch (IOException ioe) { in mountDependencies()
99 catch (IOException ioe) { in unmountDependencies()
/trunk/main/xmerge/java/pocketword/src/main/java/org/openoffice/xmerge/converter/xml/sxw/pocketword/
H A DDocumentDescriptor.java124 catch (IOException ioe) { in getDescriptor()
192 catch (IOException ioe) { in writeHeader()
224 catch (IOException ioe) { in getDescriptor()
H A DParagraph.java485 catch (IOException ioe) { in getParagraphData()
630 catch (IOException ioe) { in getParagraphData()
847 catch (IOException ioe) { in getDescriptorInfo()
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/
H A DParcelContentsFolder.java101 catch (IOException ioe) {
102 ErrorManager.getDefault().notify(ioe);
118 catch (IOException ioe) {
H A DParcelFolder.java162 catch (IOException ioe) { in createLocationProperty()
188 catch (IOException ioe) { in createLanguageProperty()
234 catch (IOException ioe) { in createFilterProperty()

Completed in 96 milliseconds

123