|
Nymph
v1.5.2
Flow-Based Data Processing Framework
|
#include <KTException.hh>

Public Member Functions | |
| KTException () | |
| KTException (const KTException &) | |
| ~KTException () throw () | |
| template<class XStreamable > | |
| KTException & | operator<< (XStreamable a_fragment) |
| KTException & | operator<< (const std::string &a_fragment) |
| KTException & | operator<< (const char *a_fragment) |
| virtual const char * | what () const throw () |
Private Attributes | |
| std::string | fException |
Definition at line 19 of file KTException.hh.
| KTException | ( | ) |
Definition at line 13 of file KTException.cc.
| KTException | ( | const KTException & | an_exception | ) |
Definition at line 18 of file KTException.cc.
| ~KTException | ( | ) | ||
| throw | ( | |||
| ) | ||||
Definition at line 24 of file KTException.cc.
| KTException & operator<< | ( | XStreamable | a_fragment | ) |
Definition at line 39 of file KTException.hh.
|
inline |
Definition at line 47 of file KTException.hh.
|
inline |
Definition at line 53 of file KTException.hh.
|
virtual | |||||||||||||
Definition at line 28 of file KTException.cc.
|
private |
Definition at line 35 of file KTException.hh.
1.8.13