#include <stdexcept>
#include <exception>
#include <string>
#include <sstream>
Go to the source code of this file.
Classes | |
class | ApproxMVBB::Exception |
Namespaces | |
ApproxMVBB | |
These are some container definitions. | |
Macros | |
#define | ApproxMVBB_THROWEXCEPTION(message) {std::stringstream ___s___ ; ___s___ << message << std::endl << " @ " << __FILE__ << " (" << __LINE__ << ")" << std::endl; throw ApproxMVBB::Exception(___s___);} |
#define ApproxMVBB_THROWEXCEPTION | ( | message | ) | {std::stringstream ___s___ ; ___s___ << message << std::endl << " @ " << __FILE__ << " (" << __LINE__ << ")" << std::endl; throw ApproxMVBB::Exception(___s___);} |
Definition at line 27 of file Exception.hpp.