PPT Slide
?An exception is a condition that arises
? An exception is thrown when an error
condition is encountered.
? It is then caught by code that receives it
? Java exceptions are objects that extend the
class Throwable or one of its subclasses,
usually the subclass Exception.
? Class Throwable and its subclasses have
two constructors, one with no arguments
and one with a String argument for an