IOException


IOException java.io

Java 1.0 serializable checked

Signals that an exceptional condition has occurred during input or output. This class has several more specific subclasses. See EOFException , FileNotFoundException , InterruptedIOException , and UTFDataFormatException .

Figure 9-30. java.io.IOException

 public class  IOException  extends Exception {  // Public Constructors  public  IOException  ( );        public  IOException  (String  s  );   } 

Subclasses

CharConversionException , EOFException , FileNotFoundException , InterruptedIOException , ObjectStreamException , SyncFailedException , UnsupportedEncodingException , UTFDataFormatException , java.net.HttpRetryException , java.net.MalformedURLException , java.net.ProtocolException , java.net.SocketException , java.net.UnknownHostException , java.net.UnknownServiceException , java.nio.channels.ClosedChannelException , java.nio.channels.FileLockInterruptionException , java.nio.charset.CharacterCodingException , java.util.InvalidPropertiesFormatException , java.util.zip.ZipException , javax.net.ssl.SSLException

Passed To

java.net.ProxySelector.connectFailed( )

Returned By

java.util.Formatter.ioException( ) , java.util.Scanner.ioException( )

Thrown By

Too many methods to list.



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net