Changes between Version 26 and Version 27 of MapGuideRfc49


Ignore:
Timestamp:
Jun 16, 2008, 2:25:53 PM (16 years ago)
Author:
trevorwekel
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc49

    v26 v27  
    118118    /// end user readable string.
    119119    ///
    120     /// \return
    121     /// Localized exception message.  See MgSiteConnection for information on specifying
    122     /// the locale.
    123     ///
    124120    STRING GetMessage();
    125121
    126122    ///////////////////////////////////////////////////////////////////////////
    127123    /// \brief
    128     /// Retrieve the formatted exception details.  This includes the user readable
    129     /// string and the stack of method names which generated the error.  This string
    130     /// provides more information to web application developers than the message.
    131     ///
    132     /// \return
    133     /// Formatted exception details in current locale.  See MgSiteConnection for information on specifying
    134     /// the locale.
     124    /// Retrieve the formatted exception details.  This includes the user readable string
     125    /// and the stack of method names with parameters which generated the error.  This
     126    /// string provides web application developers more information than the message.
    135127    ///
    136128    STRING GetDetails();
     
    142134    /// debugging !MapGuide.
    143135    ///
    144     /// \return
    145     /// Call stack trace with method parameters
    146     ///
    147136    STRING GetStackTrace() throw();
    148137}}}
     138
     139To provide more appropriate end user information, the mapagent will only return the results of GetMessage().  Stack traces
     140are not very useful to end users.
    149141
    150142== Implications ==