View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0003419ITKpublic2006-06-19 09:302010-10-28 15:53
ReporterQi Duan 
Assigned Tokentwilliams 
PrioritylowSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0003419: Wrong exception display comments
DescriptionIn 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;
    }
TagsNo tags attached.
Resolution Date
Sprint
Sprint Statusbacklog
Attached Files

 Relationships

  Notes
(0022627)
kentwilliams (developer)
2010-10-21 13:29

Fix is staged to be included in itk4

 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


Copyright © 2000 - 2018 MantisBT Team