Exceptions
An exception arises in code at runtime.
Two subclasses extending Throwable :
Exception,
Error.
Un-handled exceptions -> Error (Catastrophic failure)
RuntimeException -> No need to anticipate
Previous slide
Next slide
Back to first slide
View graphic version