[mapguide-internals] Patch for ticket 2251: MgException::GetDetails() omits stack trace

Jackie Ng jumpinjackie at gmail.com
Tue Apr 2 02:30:50 PDT 2013


Hi All,

Please find the attached patch for ticket 2251

http://trac.osgeo.org/mapguide/ticket/2251

According to the original API documentation of MgException::GetDetails(), it
is supposed to be full string dump of the exception:
 1. Message - { Description on WHAT the exception is }
 2. Details - [ Reason on WHY the exception occurs ]
 3. Stack Trace - { Location of WHERE the exception is caught }

The last part is not included anytime a call to GetDetails() is made. The
patch adds this missing information.

Just want confirmation that the API documentation is correct, that
GetDetails() *should* be including the stack trace as well.

Please review. Thanks.

- Jackie



--
View this message in context: http://osgeo-org.1560.n6.nabble.com/Patch-for-ticket-2251-MgException-GetDetails-omits-stack-trace-tp5044025.html
Sent from the MapGuide Internals mailing list archive at Nabble.com.


More information about the mapguide-internals mailing list