Jumat, 15 November 2024

Java Exception Hierarchy

These are Java Class Exception Hierarchy:

  • Throwable
    • Error.
      • AssertionError.
      • IOError.
      • VirtualMachineError.
        • InternalError.
        • OutOfMemoryError
        • StackOverflowError
        • UnknownError
    • Exception
      • IOException.
        • EOFException.
        • FileNotFoundException.
        • MalFormedURLException.
        • ObjectStreamException.
        • UnknownHostException.
      • ReflectiveOperationException.
        • ClassNotFoundException.
      • CloneNotSupportedException.
      • RunTimeException.
        • ArithmeticException.
        • ClassCastException.
        • IllegalArgumentException.
        • IllegalStateException.
        • IndexOutOfBoundsException.
        • NoSuchElementException.
        • NullPointerException.

<< back to Study About Java 1

Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts