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