ALPSCore reference
Classes | Namespaces | Macros
errors.hpp File Reference
#include <string>
#include <stdexcept>
Include dependency graph for errors.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  alps::hdf5::archive_error
 
class  alps::hdf5::archive_not_found
 
class  alps::hdf5::archive_closed
 
class  alps::hdf5::archive_opened
 
class  alps::hdf5::invalid_path
 
class  alps::hdf5::path_not_found
 
class  alps::hdf5::wrong_type
 
class  alps::hdf5::wrong_mode
 
class  alps::hdf5::wrong_dimensions
 

Namespaces

 alps
 
 alps::hdf5
 

Macros

#define DEFINE_ALPS_HDF5_EXCEPTION(name)
 

Macro Definition Documentation

#define DEFINE_ALPS_HDF5_EXCEPTION (   name)
Value:
class name : public archive_error { \
public: \
name (std::string const & what) \
: archive_error(what) \
{} \
};

Definition at line 23 of file errors.hpp.