1#ifndef ADIAR_EXCEPTION_H
2#define ADIAR_EXCEPTION_H
Core types.
Definition adiar.h:40
std::system_error system_error
System runtime errors with an associated error code.
Definition exception.h:53
std::out_of_range out_of_range
Attempt to access elements outside of the given range.
Definition exception.h:43
std::domain_error domain_error
Inputs for which an operation is undefined.
Definition exception.h:38
std::runtime_error runtime_error
Errors beyond the scope of the program.
Definition exception.h:48
std::invalid_argument invalid_argument
Inputs that are invalid.
Definition exception.h:33