I take Exception!
                    Throwable
                    /        \
               Exception   Error
               /             You are DEAD!
              /          
      RuntimeException
Runtime exceptions do not have to be handled. All others are called checked exceptions and must be handled.