MantisBT - ITK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0003419 | ITK | public | 2006-06-19 09:30 | 2010-10-28 15:53 | |
Reporter | Qi Duan | ||||
Assigned To | kentwilliams | ||||
Priority | low | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Resolution Date | |||||
Sprint | |||||
Sprint Status | backlog | ||||
Summary | 0003419: Wrong exception display comments | ||||
Description | In Examples/Iterators/ImageLinearIteratorWithIndex2.cxx, line 78, the display message should be "Error reading the image" instead of writing. ref: Reader4DType::Pointer reader4D = Reader4DType::New(); reader4D->SetFileName( argv[1] ); try { reader4D->Update(); } catch( itk::ExceptionObject & excp ) { std::cerr << "Error writing the image" << std::endl; std::cerr << excp << std::endl; return EXIT_FAILURE; } | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2010-10-21 11:54 | Hans Johnson | Assigned To | Lydia Ng => kentwilliams | ||
2010-10-21 13:29 | kentwilliams | Note Added: 0022627 | |||
2010-10-28 15:53 | kentwilliams | Sprint Status | => backlog | ||
2010-10-28 15:53 | kentwilliams | Status | assigned => closed | ||
2010-10-28 15:53 | kentwilliams | Resolution | open => fixed | ||
2010-10-28 15:53 | kentwilliams | Description Updated |
Notes | |||||
|
|||||
|
|