queso-0.53.0
|
#include <stdexcept>
#include <string>
#include <exception>
#include <mpi.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | QUESO::LogicError |
class | QUESO::NotImplemented |
class | QUESO::FileError |
Namespaces | |
QUESO | |
Macros | |
#define | QUESO_THROW(e) do { throw e; } while (0) |
#define QUESO_THROW | ( | e | ) | do { throw e; } while (0) |
Definition at line 74 of file exceptions.h.