<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.5730.13" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I was wondering if anyone can give some advice on VTK and error / exception&nbsp;handling.&nbsp; For example, if I have something like this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkSmartPointer&lt;vtkImageReader&gt; imageReader = vtkSmartPointer&lt;vtkImageReader&gt;::New();<BR>imageReader-&gt;SetFileName("NoSuchFile.bin");<BR>... etc<BR>imageReader-&gt;Update();</DIV>
<DIV>&nbsp;</DIV>
<DIV>NoSuchFile.bin does not exist.&nbsp; Now when Update is executed an error window pops up (which I can remove by setting a vtkFileOutputWindow instead), but how can I checked programmatically that the Update did not succeed due to the file not being found or out of memory, etc?&nbsp; I have tried, try/catch and GetErrorCode (which always seems to return 0?) and looked through the books but there is no mention of error handling.</DIV>
<DIV>&nbsp;</DIV>
<DIV>John</DIV>
<DIV>&nbsp;</DIV></BODY></HTML>