IOExceptionNameIOExceptionSynopsis
DescriptionThe IOException class is the superclass for all of the exceptions that represent anything that can go wrong with input or output. Class Summary
public class java.io.IOException extends java.lang.Exception { // Constructors public IOException(); public IOException(String s); } ConstructorsIOExceptionpublic IOException()
public IOException(String s)
Inherited Methods
See AlsoCharConversionException, EOFException, Exception, FileNotFoundException, InterruptedException, MalformedURLException, ObjectStreamException, ProtocolException, SocketException, SyncFailedException, Throwable, UnknownHostException, UnknownServiceException, UnsupportedEncodingException, UTFDataFormatException, ZipException |
|