Unchecked Exceptions

Not checked at compile time - occur at run time.

No warning if you don't handle or specify the exception Runtime error if not handled anywhere.


Children
  1. Class Cast Exception
  2. Null Pointer Exception
  3. Stack Overflow

Backlinks