Changes between Initial Version and Version 1 of Ticket #2013


Ignore:
Timestamp:
May 30, 2012, 7:33:10 PM (12 years ago)
Author:
jng
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2013 – Description

    initial v1  
    33 * MgNullArgumentException - Should include the identifier that failed the null pointer check
    44 * MgNullReferenceException - Should include the identifier that failed the null reference check
     5 * MgObjectNotFoundException - Should include the name whose associated object could not be found
    56
    67Most of these exceptions are thrown by pre-defined macros like CHECKARGUMENTNULL(), etc. So a simple modification to these macros where applicable to include the stringified argument being checked will result in clearer error messages being included.