Go to the first, previous, next, last section, table of contents.

Error Handling Statements

You can use exceptions to communicate unexpected problems to a client. Exceptions are a much safer way of dealing with errors and exceptional conditions than return codes.


Go to the first, previous, next, last section, table of contents.