Orthanc Client
Documentation of the client library of Orthanc
 All Classes Files Functions Enumerations Enumerator Groups
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>

Inheritance diagram for OrthancClient::OrthancClientException:

Public Member Functions

 OrthancClientException (std::string message)
 Constructs an exception. More...
 
const std::string & What () const throw ()
 Get the error message associated with this exception. More...
 

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: