Skip to content
Snippets Groups Projects
Forked from gmsh / gmsh
Source project has a limited visibility.
  • Christophe Geuzaine's avatar
    252c55a6
    improved error handling for libGmsh: · 252c55a6
    Christophe Geuzaine authored
    - removed every "throw;", i.e., every throw that did not throw an actual exception.
      throw wihout args should ONLY be used in a catch{} to re-throw the same exception
      (for it to be handled in another catch clause)
    
    - introduced GmshMessage callback class so that clients can easily implement
      their own message handling (see example in driverOCC.cpp)
    252c55a6
    History
    improved error handling for libGmsh:
    Christophe Geuzaine authored
    - removed every "throw;", i.e., every throw that did not throw an actual exception.
      throw wihout args should ONLY be used in a catch{} to re-throw the same exception
      (for it to be handled in another catch clause)
    
    - introduced GmshMessage callback class so that clients can easily implement
      their own message handling (see example in driverOCC.cpp)