MantisBT - ITK
View Issue Details
0003419ITKpublic2006-06-19 09:302010-10-28 15:53
Qi Duan 
kentwilliams 
lowminoralways
closedfixed 
 
 
backlog
0003419: Wrong exception display comments
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;
    }
No tags attached.
Issue History
2010-10-21 11:54Hans JohnsonAssigned ToLydia Ng => kentwilliams
2010-10-21 13:29kentwilliamsNote Added: 0022627
2010-10-28 15:53kentwilliamsSprint Status => backlog
2010-10-28 15:53kentwilliamsStatusassigned => closed
2010-10-28 15:53kentwilliamsResolutionopen => fixed
2010-10-28 15:53kentwilliamsDescription Updated

Notes
(0022627)
kentwilliams   
2010-10-21 13:29   
Fix is staged to be included in itk4