#include <ColCOWS_Debug.hh>
Definition at line 138 of file ColCOWS_Debug.hh.
Public Member Functions | |
ColCOWSException (ColCOWSExceptionKind kind, const char *info, const char *file, long int line) | |
full constructor | |
ColCOWSException (ColCOWSExceptionKind kind, const std::string &info, const std::string &file, long int line) | |
full constructor | |
virtual | ~ColCOWSException () |
destructor | |
ColCOWSException (CorbaException &e) | |
CorbaException converter constructor. | |
void | forwardCorbaException () |
forward as CorbaException | |
Private Attributes | |
ColCOWSExceptionKind | _kind |
exception kind | |
std::string | _info |
exception description and additionals | |
std::string | _file |
file it is thrown from | |
long int | _line |
ligne it is thrown from | |
Friends | |
std::ostream & | operator<< (std::ostream &stream, const ColCOWSException &e) |