libSplash
|
#include <DCException.hpp>
Public Member Functions | |
DCException (const char *message) | |
DCException (std::string message) | |
DataCollector Exception.
All calls to DataCollector should handle these exceptions.
Definition at line 35 of file DCException.hpp.
|
inline |
Constructor
message | message to be included in the exception |
Definition at line 44 of file DCException.hpp.
|
inline |
Constructor
message | message to be included in the exception |
Definition at line 53 of file DCException.hpp.