Quasardb.Exceptions Namespace |
| Class | Description | |
|---|---|---|
| QdbAliasAlreadyExistsException |
Exception thrown when the specified entry already exists in the database.
| |
| QdbAliasNotFoundException |
Exception thrown when an entry cannot be found in the database.
| |
| QdbColumnException |
Exception throw when an error concerns a time-series column.
| |
| QdbColumnNotFoundException |
Exception thrown when an entry cannot be found in the database.
| |
| QdbConnectionException |
Exception thrown when the connection to the database caused an error.
| |
| QdbEmptyColumnException |
Exception thrown when an entry cannot be found in the database.
| |
| QdbException |
Base class of all quasardb exceptions
| |
| QdbIncompatibleTypeException |
Exception thrown when the specified entry has a type incompatible for this operation.
| |
| QdbInputException |
Exception thrown when the input of a command caused an error.
| |
| QdbInvalidArgumentException |
Exception thrown when an argument passed to a method is incorrect.
| |
| QdbLocalSystemException |
Exception thrown when the local (ie client) operating system caused an error.
| |
| QdbOperationException |
Exception thrown when an operation caused an error.
| |
| QdbOutOfBoundsException |
Exception thrown when the given index in out of bounds.
| |
| QdbProtocolException |
Exception thrown when an error is detected in the quasardb protocol.
| |
| QdbQueryException |
Exception thrown when the input of a query caused an error.
| |
| QdbRemoteSystemException |
Exception thrown when the remote (ie server) operating system caused an error.
| |
| QdbResourceLockedException |
Exception thrown when an operation cannot be performed because the entry is locked.
| |
| QdbSystemException |
Exception thrown when the operating system caused an error.
|