librcsb-core-wrapper
1.000
|
#include <stdexcept>
#include <string>
Go to the source code of this file.
Classes | |
class | RcsbException |
Base class for all RCSB exceptions. More... | |
class | EmptyValueException |
Empty value exception (e.g. NULL pointer, empty string) More... | |
class | NotFoundException |
Object not found (thrown everywhere except from .find() methods) More... | |
class | AlreadyExistsException |
Object already exists. More... | |
class | EmptyContainerException |
Empty container. More... | |
class | FileModeException |
File mode exception (e.g. attempt to write to read-only file, invalid mode.) More... | |
class | InvalidStateException |
Invalid state exception (e.g. getting a row reference in a column-wise table/// ) More... | |
class | FileException |
Generic files related exception (e.g. read error, write errror, etc.) More... | |
class | InvalidOptionsException |
Invalid command line options. More... | |
class | VersionMismatchException |
Versions do not match. More... | |
Declarations of exceptions in RCSB code.