Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

class CTException

Description

The CTException Class is the base exception handling class for the c-treeDB C++ layer. It is used to throw an error message, when one exception occurs.

Preconditions

This class should be used where an error or unexpected behavior may occur. The error will throw an exception.

TOCIndex