Exceptions

The CommonPoint runtime system provides many C++ exception classes for use in handling and reporting runtime errors. Exception in this context refers to the error handling construct provided by the C++ language.

The abstract base class from which all exception classes in the CommonPoint application system derive is TStandardException. You can use system-derived exception classes to report errors if they encapsulate the information you need. If there aren't any appropriate system-defined exception classes, you can derive your own exception classes from TStandardException.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker