Changes between Version 9 and Version 10 of MapGuideRfc79
- Timestamp:
- 07/28/09 01:42:08 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapGuideRfc79
v9 v10 29 29 30 30 As per [http://trac.osgeo.org/fdo/wiki/FDORfc37 FDO RFC37] !FdoException is going to provide a !GetNativeErrorCode method, !MgFdoException should also provide such a method, so that users can get the native error code of FDO exception directly, and then do some specific process regarding the native error code . 31 Also, in GIS PlatformAPI, the !MgApplicationException does not have enough subclasses to indicate the actual error. Hence more specific exception classes will be added into GIS Platform.31 Also, in Web Tier API, the !MgApplicationException does not have enough subclasses to indicate the actual error. Hence more specific exception classes will be added into GIS Platform. 32 32 33 33 … … 76 76 77 77 78 The following exception classes will be added into GIS PlatformAPI. In the following class diagram, ones with white color are the existing classes and ones with light green color are the new ones. There are no any new methods added to those new exception classes. All of methods are inherited from !MgException.78 The following exception classes will be added into Web Tier API. In the following class diagram, ones with white color are the existing classes and ones with light green color are the new ones. There are no any new methods added to those new exception classes. All of methods are inherited from !MgException. 79 79 The description of new exception classes above are as follows. 80 80