General exception.
More...
#include <JDAQException.hh>
General exception.
Definition at line 18 of file JDAQException.hh.
◆ JDAQException()
KM3NETDAQ::JDAQException::JDAQException |
( |
const std::string & |
error | ) |
|
|
inline |
◆ ~JDAQException()
KM3NETDAQ::JDAQException::~JDAQException |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inline |
◆ what()
virtual const char* KM3NETDAQ::JDAQException::what |
( |
| ) |
const |
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ operator<<
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();
◆ buffer
const std::string KM3NETDAQ::JDAQException::buffer |
|
private |
The documentation for this class was generated from the following file: