MDA
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups
Public Member Functions | List of all members
Alignment_Exception Class Reference

Exception thrown when trying to read a file (e.g. format problems) More...

#include <MDAT_Exceptions.hpp>

Inheritance diagram for Alignment_Exception:

Public Member Functions

 Alignment_Exception (const char *message)
 Message to return with what() More...
 
 Alignment_Exception (Alignment_Exception &&)=default
 
 Alignment_Exception (const Alignment_Exception &)=default
 

Detailed Description

Exception thrown when trying to read a file (e.g. format problems)

Constructor & Destructor Documentation

Alignment_Exception::Alignment_Exception ( const char *  message)
inline

Message to return with what()

Parameters
messageThe message.