Go to the source code of this file.
Functions | |
DEFINE_ERROR_BASECLASS (OmLogicError, OmError) | |
Base class for errors due to programming errors. More... | |
DEFINE_ERROR_CLASS (OmAssertionError, OmLogicError) | |
Thrown if an internal consistency check fails. More... |
|
Base class for errors due to programming errors. An exception derived from OmLogicError is thrown when a misuse of the API is detected. |
|
Thrown if an internal consistency check fails. This represents a bug in Xapian. |