unchecked exception
All > Technology > Programming > Java
- An exception for which it is not required to provide a local try statement, or to propagate via a throws clause defined in the method header. An exception that is not handled will cause program termination if it is thrown. See checked exception.
David J. Barnes - Cite This Source - This Definition - bounds, checked exception, exception, exception handler, propagation, throw an exception, throw statement, throws clause