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.