General exception.
More...
#include <JDAQException.hh>
General exception.
Definition at line 18 of file JDAQException.hh.
KM3NETDAQ::JDAQException::JDAQException |
( |
const std::string & |
error | ) |
|
|
inline |
KM3NETDAQ::JDAQException::~JDAQException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
virtual const char* KM3NETDAQ::JDAQException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
std::ostream& operator<< |
( |
std::ostream & |
out, |
|
|
const JDAQException & |
exception |
|
) |
| |
|
friend |
Print error message of JDAQException.
- Parameters
-
out | output stream |
exception | exception |
Definition at line 55 of file JDAQException.hh.
57 return out << exception.what();
The documentation for this class was generated from the following file: