1#ifndef VIENNASHE_IO_EXCEPTION_HPP_
2#define VIENNASHE_IO_EXCEPTION_HPP_
Exception which is thrown if a file cannot be opened.
cannot_open_file_exception(std::string const &str)
Exception which is thrown whenever a requested attribute was not found in a file.
file_attribute_not_found_exception(std::string const &str)
Exception which is thrown whenever a requested segment was not found in a file.
file_segment_not_found_exception(std::string const &str)
Exception which is thrown if a dimension different from the current dimension of viennagrid is found ...
invalid_dimension_exception(std::string const &str)
Exception which is thrown whenever a requested IO feature is currently not supported.
io_operation_unsupported_exception(std::string const &str)
Exception which is thrown if a End-of-File is encountered even though further data is expected.
premature_end_of_file_exception(std::string const &str)
The main ViennaSHE namespace. All functionality resides inside this namespace.