43#ifndef DOMI_EXCEPTIONS_HPP
44#define DOMI_EXCEPTIONS_HPP
46#include "Domi_ConfigDefs.hpp"
Bounds Error exception type.
Definition: Domi_Exceptions.hpp:139
BoundsError(std::string msg)
Constructor.
Invalid argument exception type.
Definition: Domi_Exceptions.hpp:54
InvalidArgument(std::string msg)
Constructor.
MDMap Error exception type.
Definition: Domi_Exceptions.hpp:103
MDMapError(std::string msg)
Constructor.
MDMap Error exception type.
Definition: Domi_Exceptions.hpp:115
MDMapNoncontiguousError(std::string msg)
Constructor.
Map Ordinal Error exception type.
Definition: Domi_Exceptions.hpp:91
MapOrdinalError(std::string msg)
Constructor.
Range Error exception type.
Definition: Domi_Exceptions.hpp:66
RangeError(std::string msg)
Constructor.
Subcommunicator Error exception type.
Definition: Domi_Exceptions.hpp:78
SubcommunicatorError(std::string op)
Constructor.
Type Error exception type.
Definition: Domi_Exceptions.hpp:127
TypeError(std::string msg)
Constructor.