Documentation Center

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:
ExceptionReason
NumberFormatExceptionFor example, you submit an ID that the web service cannot parse.
WebServiceExceptionCommunication with the web service fails.
ParseExceptionThe web service cannot parse a Content Manager URI.