Searched refs:unoIOException (Results 1 – 1 of 1) sorted by relevance
169 com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(errMessage); in read() local170 notifyListeners_error(unoIOException); in read()172 throw unoIOException; in read()191 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in write()192 notifyListeners_error(unoIOException); in write()194 throw unoIOException; in write()210 …com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(ioException.toString(… in flush()211 notifyListeners_error(unoIOException); in flush()213 throw unoIOException; in flush()228 notifyListeners_error(unoIOException); in close()[all …]
Completed in 12 milliseconds