String myMethod()
   {
   try
      {
      return trickyMethod();
      }
   catch ( IOException e )
      {
      return null;
      }
   }