CorbaWeb: A Navigator for CORBA Objects

By Philippe Merle, Christophe Gransart, and Jean-Marc Geib

Dr. Dobb's Sourcebook January/February 1997

block_construction ::= try { instructions1 }
      [ catch ( exception ) { instructions2 } ]*
      [ catchany ( exception ) { instructions3 } ]
      end

Example 2: The exception-management construction.

Back to Article