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


Exception Classes

Errors are reported as exceptions. Three kind of exceptions are defined CVError, MutexError and ThreadError. They all inherit from the ThreadGenericError class. Roughly, these classes hold the error code and a short message. A friend operator << is available to print an informative message on C++ output streams.


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