]> git.mxchange.org Git - flightgear.git/commit
Vassilii Khachaturov:
authorehofman <ehofman>
Sun, 11 Dec 2005 13:37:06 +0000 (13:37 +0000)
committerehofman <ehofman>
Sun, 11 Dec 2005 13:37:06 +0000 (13:37 +0000)
commit90a149ffa36bc6517a43937558afc7bb7c01807a
treeeb40e13a0d6fec124f7690c248c751abaea53217
parent04f7175fd03df1abfd4f9385c0f35c53929c0e80
Vassilii Khachaturov:

* in some cases more specific sg exception types were used in place
  of the more generic one, e.g., sg_io_exception instead of sg_exception
  when the context of the error was an IO error
* in some cases, the error message was made more specific
* minor style fix for exception rethrowing --- using throw; whenever
  a re-throw is made; sometimes optimizing away the exception symbol name
  in the catch handler at all
* more specific catch handlers added in some places -- e.g.,
  an sg_io_exception caught ahead of sg_exception
src/ATC/AIMgr.cxx
src/Main/options.cxx
src/Scenery/tilemgr.cxx