exceptions
-
java.io.EOFException – How to solve EOFException
In this tutorial we will discuss about the EOFException in Java. This exception indicates the the end of file (EOF),…
Read More » -
java.lang.IllegalMonitorStateException – How to solve IllegalMonitorStateException
In this tutorial we will discuss about the IllegalMonitorStateException in Java. This exception, when thrown, indicates that the calling thread…
Read More » -
java.lang.StackOverflowError – How to solve StackOverflowError
The java.lang.stackoverflowerror – StackOverflow Error in Java is thrown to indicate that the application’s stack was exhausted, due to deep…
Read More » -
java.lang.OutOfMemoryError – How to solve OutOfMemoryError
In this example we will discuss about OutOfMemoryError in Java. This error is thrown by the Java Virtual Machine (JVM)…
Read More » -
java.net.BindException – How to handle BindException
In this example we will discuss about BindException in Java. This exception is thrown to indicate that an error occurred…
Read More » -
java.lang.InterruptedException – How to handle InterruptedException
In this example we will discuss about InterruptedException in Java. This exception is thrown when a thread is interrupted. The…
Read More » -
java.lang.UnsupportedOperationException – How to handle UnsupportedOperationException
In this tutorial we will discuss about UnsupportedOperationException in Java. This exception is thrown to indicate that the requested operation…
Read More » -
java.util.NoSuchElementException – How to solve NoSuchElementException
In this tutorial, we will discuss about the java.util.nosuchelementexception in Java. This exception is thrown to indicate that there are…
Read More » -
java.io.NotSerializableException – How to solve Not Serializable Exception
In this tutorial we will discuss about NotSerializableException in Java. The exception is thrown when an instance of a class…
Read More » -
java.lang.NoClassDefFoundError – How to solve No Class Def Found Error
In this tutorial we will discuss How to solve No Class Def Found Error (NoClassDefFoundError). This error is thrown when…
Read More »