BaseException object

The odb_BaseException object catches all exceptions thrown in the output database

The following topics are discussed:

Access

catch(odb_BaseException& exc)

UserReport()

This method returns a description of the error condition that generated the exception.

Prototype

odb_String UserReport() const;

Arguments

None.

Return value

None.

Exceptions

None.