]> git.mxchange.org Git - simgear.git/commit
Vassilii Khachaturov:
authorehofman <ehofman>
Sun, 11 Dec 2005 13:35:05 +0000 (13:35 +0000)
committerehofman <ehofman>
Sun, 11 Dec 2005 13:35:05 +0000 (13:35 +0000)
commit8357eeb762562409ad9def66e6afa8e1d922bc2c
tree9a7566c06855df8e05289cfc6f5168438e9f9629
parent61da54d6ca4d4c17e8a21e17c9f5b1efb717eb46
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
simgear/environment/metar.cxx
simgear/scene/material/matlib.cxx
simgear/scene/model/model.cxx
simgear/sound/sample_openal.cxx
simgear/xml/easyxml.cxx