#include "OSDLException.h"
Go to the source code of this file.
Functions | |
std::ostream & | operator<< (std::ostream &os, const OSDL::Exception &e) |
Operator used to display easily an exception's message in an output stream. |
std::ostream& operator<< | ( | std::ostream & | os, | |
const OSDL::Exception & | e | |||
) |
Operator used to display easily an exception's message in an output stream.
The message is the one returned by toString with high level of detail selected.
Definition at line 52 of file OSDLException.cc.