Import 2017-06-07 23:51:09: master 15ddc665
Author | Committer | Branch | Timestamp | Parent |
---|---|---|---|---|
lassoan | lassoan | master | 2015-03-26 10:39:42 | master 43217535 |
Changeset | BUG: Log warnings instead of throw exception from vtkITKArchetypeImageSeriesReader If an exception is thrown in the middle of a pipeline update then the state of the pipeline becomes inconsistent, Removed commented out macros that log message instead of throwing exception, because there is no automatic way Also changed catch(...) to catch ITK exceptions instead. Catch(...) might be only considered in a high-level application error handler (but even then the application state may be irrecoverable), but it must not be caught ever in library code. git-svn-id: http://svn.slicer.org/Slicer4/trunk@24113 3bd1e089-480b-0410-8dfb-8563597acbee |
|||
mod - Libs/MRML/Core/vtkMRMLVolumeArchetypeStorageNode.cxx | Diff File | |||
mod - Libs/vtkITK/vtkITKArchetypeImageSeriesReader.cxx | Diff File |