Searched refs:ioException (Results 1 – 6 of 6) sorted by relevance
146 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local149 any <<= ioException; in read()153 throw ioException; in read()162 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local165 any <<= ioException; in read()169 throw ioException; in read()187 any <<= ioException; in write()191 throw ioException; in write()198 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in write() local201 any <<= ioException; in write()[all …]
159 catch(IOException ioException) { in read()161 … System.err.println("##### " + getClass().getName() + ".read - exception occurred:" + ioException); in read()162 ioException.printStackTrace(); in read()165 errMessage = ioException.toString(); in read()190 catch(IOException ioException) { in write()191 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in write()209 catch(IOException ioException) { in flush()210 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in flush()226 catch(IOException ioException) { in close()227 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in close()
222 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local225 any <<= ioException; in read()229 throw ioException; in read()238 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in read() local241 any <<= ioException; in read()245 throw ioException; in read()263 any <<= ioException; in write()267 throw ioException; in write()274 IOException ioException(message, Reference<XInterface>(static_cast<XConnection *>(this))); in write() local277 any <<= ioException; in write()[all …]
51 catch(com.sun.star.io.IOException ioException) { in write()52 throw new IOException(ioException.toString()); in write()73 catch(com.sun.star.io.IOException ioException) { in write()74 throw new IOException(ioException.toString()); in write()82 catch(com.sun.star.io.IOException ioException) { in flush()83 throw new IOException(ioException.toString()); in flush()
54 catch(com.sun.star.io.IOException ioException) { in read()55 throw new IOException(ioException.toString()); in read()69 catch(com.sun.star.io.IOException ioException) { in read()70 throw new IOException(ioException.toString()); in read()
94 catch(com.sun.star.io.IOException ioException) { in run()95 System.err.println("#### Reader - unexpected:" + ioException); in run()131 catch(com.sun.star.io.IOException ioException) { in run()132 System.err.println("#### Writer:" + ioException); in run()
Completed in 25 milliseconds