#include <tfexception.h>
The KvsException class represents an exception that can be thrown when KVS database error occurs.
| KvsException::KvsException |
( |
const QString & |
message, |
|
|
const char * |
fileName = "", |
|
|
int |
lineNumber = 0 |
|
) |
| |
|
inline |
Copy constructor.
Constructor.
◆ className()
| QString KvsException::className |
( |
| ) |
const |
|
inlineoverridevirtual |
Returns exception class name.
Reimplemented from TfException.
◆ clone()
| Exception * KvsException::clone |
( |
| ) |
const |
|
inlineoverridevirtual |
Creates and returns a deep copy of the current data.
Reimplemented from TfException.
◆ raise()
| void KvsException::raise |
( |
| ) |
const |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: