Orthanc Client
Documentation of the client library of Orthanc
Public Member Functions | List of all members
OrthancClient::OrthancClientException Class Reference

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
messageThe 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: