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