"In all cases affecting ambassadors, other public ministers and consuls, and those in which a state shall be party, the Supreme Court shall have original jurisdiction. In all the other cases before mentioned, the Supreme Court shall have appellate jurisdiction, both as to law and fact, with such exceptions, and undersuch regulations as the Congress shall make."
External links
Washington Times Editorial on Exceptions Clause (http://www.washtimes.com/op-ed/20031006-085845-5892r.htm)
The finally clause is entered when a block of code runs to its end, or when a statement tries to exit the block and jump to an outer block, or when an exception occurs.
The second phase, which may be repeated, consists of catching the object, classifying the exception, evaluating the scope and consequences of the problem, and then either rethrowing the original exception or throwing a new derived exception chained to the original exception.
A particular exception is caught by the first clause where the type of the exception object allows assignment to the parameter of the clause.