青年中文青年中文

ioexception的意思

ioexception中文翻譯:

IO異常

相似詞語短語
雙語使用場景

method throws an IOException, then the stream will not be closed (until the garbage collector runs its finalizer). ───方法拋出一個 IOException,那么流則不會被關閉(直到垃圾收集器運行其終結器)。

Please note that you still need to throw whatever exception is caught by the invoked code (in this case, IOException).───請注意您還是需要拋出由被調用代碼捕獲的異常(在本例中,為IOException)。

Declare that the enclosing method, compare in this example, also throws IOException.───聲明包裝方法(本例為compare)也拋出IOException。

The Web services server did respond with an IOException, but that was not enough information for you to find out what went wrong.───Web服務服務器雖然返回一個IOException響應,但是對于您來說這些信息還不足以查找出問題發生的原因。

Note that if you attempt to replace a file by moving a file of the same name into that directory, you get an IOException.───請注意,如果試圖通過將一個同名文件移到該目錄中來替換文件,將發生IOException。

If you receive an IOException, check the InnerException property to determine if it was caused by a SocketException.───如果收到IOException,請檢查InnerException屬性以確定它是否是由SocketException引起的。

Spring will throw a wrapped IO Exception in the event the requested XML file cannot be located.───Spring將會在所請求的XML文件無法定位時拋出一個封裝的IOException。

The parent directory of the directory to be created is read-only (IOException).───要創建的目錄的父目錄是只讀的(IOException)。

This enumeration determines whether an IOException is thrown when a user clicks Cancel during an operation.───此枚舉確定用戶在操作過程中單擊“取消”時是否引發IOException。

英語使用場景

The code in Listing 2 represents an exception-handling structure for file (IOException) and number conversion (ParseException) errors.