MapGuide API Reference
|
Base class for exceptions. More...
Public Member Functions | |
STRING | GetDetails () throw () |
Retrieve the formatted exception details. This includes the user readable string and the stack of method names which generated the error. This string provides more information to web application developers than the message. If a method does not have any parameters it will be omitted from the details. | |
STRING | GetExceptionMessage () throw () |
Retrieve the formatted exception message. This is the localized and end user readable string. | |
STRING | GetStackTrace () throw () |
Retrieve the formatted exception stack trace. This includes file and line numbers, method names, and method parameters. This string is useful for debugging !MapGuide. |
Base class for exceptions.