Menu
Topics Index
...
`


Input/Output: Exploring java.io >
Siva Nookala - 06 Apr 2016
The java.io.Exceptions provides for system input and output through data streams, serialization and the file system.

Exception Description
CharConversionException This is a base class for character conversion exceptions.
EOFException These are signals that an end of file or end of stream has been reached unexpectedly during input.
FileNotFoundException These are the signals that an attempt to open the file denoted by a specified pathname has failed.
InterruptedIOException This is signals that an I/Ooperation has been interrupted
InvalidClassException This is thrown when the Serialization runtime detects one of the following problems with a Class.
InvalidObjectException This indicates that one or more deserialized objects failed validation tests.
IOException These are the signals that an I/O exception of some sort has occurred.
NotActiveException This is thrown when Serialization or deserialization is not active.
NotSerializableException This is thrown when an instance is required to have a Serializable interface.
ObjectStreamException This is a superclass of all exceptions specific to Object Stream classes.
OptionalDataException This is an exception indicating the failure of an object read operation due to unread primitive data, or the end of data belonging to a serialized object in the stream.
StreamCorruptedException This is thrown when control information that was read from an object stream violates internal consistency checks.

0
Wrong
Score more than 2 points

© meritcampus 2019

All Rights Reserved.

Open In App