Jpp test-rotations-old
the software that should make you happy
|
#include <exception>
#include <string>
#include <ostream>
#include <sstream>
Go to the source code of this file.
Classes | |
class | Exception |
General exception. More... | |
Macros | |
#define | THROW(Exception_t, A) |
Marco for throwing exception with std::ostream compatible message. | |
#define THROW | ( | Exception_t, | |
A ) |
Marco for throwing exception with std::ostream compatible message.
Exception_t | exception |
A | message |
Definition at line 84 of file Exception.hh.