Notes |
|
(0022086)
|
Matthew McCormick
|
2010-09-03 18:47
|
|
|
|
(0022090)
|
Luis Ibanez
|
2010-09-04 19:43
|
|
The method of parsing the messages from Exceptions in order to figure out what they are is contrary to the principle of using RTTI for identifying exceptions.
The patch has been modified in
http://review.source.kitware.com/#change,40 [^]
to include a new set of specialized Exceptions that will be distinguishable solely on the basis of their type, without a need for parsing their error messages.
Several macros were added to the itkMacro.h file in order to facilitate the creation of specialized exceptions. |
|
|
(0022999)
|
Luis Ibanez
|
2010-11-07 02:10
|
|
We should bring this discussion to the developers mailing list, and maybe include it in one of the tcons. |
|
|
(0023718)
|
Matthew McCormick
|
2010-12-04 23:23
|
|
|
|
(0023719)
|
Matthew McCormick
|
2010-12-04 23:24
|
|
|