Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
n/a
Description
When an exception occurs, it may be caught by 'catch( AxisException& e)'. If I then try to find the exception code using e.getExceptionCode(), I seem to be getting an error code of -858993460 (or 0xCCCCCCCC) which suggests that it is never being set. This method should return the AxisException code number (i.e. A number between 0 and FAULT_LAST (72 at the current count)).
I discussed this problem with Fred and we agreed that this problem has now been fixed by the new exception model.