libSplash
Public Member Functions | List of all members
splash::DCException Class Reference

#include <DCException.hpp>

Inheritance diagram for splash::DCException:
Inheritance graph
[legend]
Collaboration diagram for splash::DCException:
Collaboration graph
[legend]

Public Member Functions

 DCException (const char *message)
 
 DCException (std::string message)
 

Detailed Description

DataCollector Exception.

All calls to DataCollector should handle these exceptions.

Definition at line 35 of file DCException.hpp.

Constructor & Destructor Documentation

◆ DCException() [1/2]

splash::DCException::DCException ( const char *  message)
inline

Constructor

Parameters
messagemessage to be included in the exception

Definition at line 44 of file DCException.hpp.

◆ DCException() [2/2]

splash::DCException::DCException ( std::string  message)
inline

Constructor

Parameters
messagemessage to be included in the exception

Definition at line 53 of file DCException.hpp.


The documentation for this class was generated from the following file: