#include <iostream>
Include dependency graph for Exception.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Exception |
An exception class. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Exception &e) |
Print an Exception to an ostream. |
|
Print an Exception to an ostream.
Definition at line 286 of file Exception.h. References Exception::getCode(), Exception::getDescription(), Exception::getFile(), and Exception::getLine(). |