Searched refs:errMessage (Results 1 – 1 of 1) sorted by relevance
142 String errMessage = null; in read() local153 errMessage = "EOF reached - " + getDescription(); in read()165 errMessage = ioException.toString(); in read()168 if(errMessage != null) { in read()169 com.sun.star.io.IOException unoIOException = new com.sun.star.io.IOException(errMessage); in read()
Completed in 11 milliseconds