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
Backlinks
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.