Changes between Version 7 and Version 8 of MapGuideRfc88


Ignore:
Timestamp:
Mar 22, 2010, 10:50:31 PM (14 years ago)
Author:
jng
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • MapGuideRfc88

    v7 v8  
    4949 * BBOX is mutually exclusive to the other parameters. The BBOX parameter has precedence over the other parameters. If for some reason BBOX is specified along with X, Y and SCALE, the BBOX parameter will be accepted and the others rejected.
    5050
    51 If invalid parameter values are encountered (eg. A non-numeric X, Y, SCALE or a BBOX without 4 point values), an exception is thrown and initialization is aborted.
     51If invalid parameter values are encountered (eg. A non-numeric X, Y, SCALE or a BBOX without 4 point values), an exception is thrown and initialization is aborted. The exception thrown will be:
     52
     53 * .net: System.ArgumentException
     54 * java: java.lang.IllegalArgumentException
     55 * PHP: Custom InvalidArgumentException class
    5256
    5357== Implications ==