পৃষ্ঠাসমূহ

Search Your Article

CS

 

Welcome to GoogleDG – your one-stop destination for free learning resources, guides, and digital tools.

At GoogleDG, we believe that knowledge should be accessible to everyone. Our mission is to provide readers with valuable ebooks, tutorials, and tech-related content that makes learning easier, faster, and more enjoyable.

What We Offer:

  • 📘 Free & Helpful Ebooks – covering education, technology, self-development, and more.

  • 💻 Step-by-Step Tutorials – practical guides on digital tools, apps, and software.

  • 🌐 Tech Updates & Tips – simplified information to keep you informed in the fast-changing digital world.

  • 🎯 Learning Support – resources designed to support students, professionals, and lifelong learners.

    Latest world News 

     

Our Vision

To create a digital knowledge hub where anyone, from beginners to advanced learners, can find trustworthy resources and grow their skills.

Why Choose Us?

✔ Simple explanations of complex topics
✔ 100% free access to resources
✔ Regularly updated content
✔ A community that values knowledge sharing

We are continuously working to expand our content library and provide readers with the most useful and relevant digital learning materials.

📩 If you’d like to connect, share feedback, or suggest topics, feel free to reach us through the Contact page.

Pageviews

Wednesday, January 18, 2017

Java.io.Exceptions

Introduction

The java.io.Exceptions provides for system input and output through data streams, serialization and the file system.

Interface Summary

S.N. Interface & Description
1 CharConversionException
This is a base class for character conversion exceptions.
2 EOFException
These are signals that an end of file or end of stream has been reached unexpectedly during input.
3 FileNotFoundException
These are the signals that an attempt to open the file denoted by a specified pathname has failed.
4 InterruptedIOException
This is signals that an I/O operation has been interrupted.
5 InvalidClassException
This is thrown when the Serialization runtime detects one of the following problems with a Class.
6 InvalidObjectException
This indicates that one or more deserialized objects failed validation tests.
7 IOException
These are the signals that an I/O exception of some sort has occurred.
8 NotActiveException
This is thrown when serialization or deserialization is not active.
9 NotSerializableException
This is thrown when an instance is required to have a Serializable interface.
10 ObjectStreamException
This is a superclass of all exceptions specific to Object Stream classes.
11 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.
12 StreamCorruptedException
This is thrown when control information that was read from an object stream violates internal consistency checks.
13 SyncFailedException
These are the signals that a sync operation has failed.
14 UnsupportedEncodingException
This character encoding is not supported.
15 UTFDataFormatException
This are signals that a malformed string in modified UTF-8 format has been read in a data input stream or by any class that implements the data input interface.
16 WriteAbortedException
This are signals that one of the ObjectStreamExceptions was thrown during a write operation.

No comments:

Post a Comment