Exception class that is thrown by the functions of this shared library.
#include <OrthancCppClient.h>
Inherits std::exception.
Public Member Functions |
| OrthancClientException (std::string message) |
| Constructs an exception.
|
const std::string & | What () const throw () |
| Get the error message associated with this exception.
|
Constructor & Destructor Documentation
OrthancClient::OrthancClientException::OrthancClientException |
( |
std::string |
message | ) |
|
|
inline |
- Parameters
-
message | The error message. |
Member Function Documentation
const std::string& OrthancClient::OrthancClientException::What |
( |
| ) |
const throw () |
|
inline |
- Returns
- The error message.
The documentation for this class was generated from the following file: