#include "Ceylan.h"
#include <string>
#include <iostream>
Include dependency graph for OSDLException.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | OSDL |
Classes | |
class | OSDL::Exception |
OSDL exception. More... | |
Functions | |
OSDL_DLL std::ostream & | operator<< (std::ostream &os, const OSDL::Exception &e) throw () |
Operator used to display easily an exception's message in an output stream. |
OSDL_DLL std::ostream& operator<< | ( | std::ostream & | os, | |
const OSDL::Exception & | e | |||
) | throw () |
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 23 of file OSDLException.cc.