Content Delivery web service error handling
If something goes wrong with your Content Delivery web service call, an exception is raised. The web service logs this exception and adds it to your webpage's page context variable.
A web service call can raise the following types of exceptions:
| Exception | Reason |
|---|---|
NumberFormatException | For example, you submit an ID that the web service cannot parse. |
WebServiceException | Communication with the web service fails. |
ParseException | The web service cannot parse a Content Manager URI. |