#include "Types.h"
Go to the source code of this file.
Classes | |
| class | SavableLocked |
| This exception is thrown when a savable was already locked while trying to perform an operation that needs the ock. More... | |
| class | RowNotFoundException |
| This exception is thrown when no row was found as the result of an SQL query. More... | |
| class | SqliteError |
| This exception is thrown when an error occured as the result of an SQL query. More... | |
Definition in file Exceptions.h.
1.5.3