Changes between Initial Version and Version 1 of Ticket #2013
- Timestamp:
- 05/30/12 19:33:10 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2013 – Description
initial v1 3 3 * MgNullArgumentException - Should include the identifier that failed the null pointer check 4 4 * MgNullReferenceException - Should include the identifier that failed the null reference check 5 * MgObjectNotFoundException - Should include the name whose associated object could not be found 5 6 6 7 Most 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.