Changes between Version 26 and Version 27 of MapGuideRfc49
- Timestamp:
- 06/16/08 14:25:53 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc49
v26 v27 118 118 /// end user readable string. 119 119 /// 120 /// \return121 /// Localized exception message. See MgSiteConnection for information on specifying122 /// the locale.123 ///124 120 STRING GetMessage(); 125 121 126 122 /////////////////////////////////////////////////////////////////////////// 127 123 /// \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. 135 127 /// 136 128 STRING GetDetails(); … … 142 134 /// debugging !MapGuide. 143 135 /// 144 /// \return145 /// Call stack trace with method parameters146 ///147 136 STRING GetStackTrace() throw(); 148 137 }}} 138 139 To provide more appropriate end user information, the mapagent will only return the results of GetMessage(). Stack traces 140 are not very useful to end users. 149 141 150 142 == Implications ==