last update 20 Sep 2009 |
#include "cvrObject.h"
#include <exception>
#include <string>
Go to the source code of this file.
Classes | |
class | cvr::exception |
Base class for all CVR-Libexceptions. More... | |
Namespaces | |
namespace | cvr |
If you compile the library with the symbol _DEBUG_EXCEPTION defined the process of creating an exception will print an error message in std::cerr. This should help you finding problems with systems that cannot cope with C++ exception (e.g. Java).