| bes Updated for version 3.21.1
    The Backend Server (BES) is the lower two tiers of the Hyrax data server | 
Thrown to prevent the production of dmr++ files that contain unsupported data types. More...
#include <UnsupportedTypeException.h>


| Public Member Functions | |
| UnsupportedTypeException & | operator= (const UnsupportedTypeException &e)=default | 
| UnsupportedTypeException & | operator= (UnsupportedTypeException &&e) noexcept=default | 
| UnsupportedTypeException (const UnsupportedTypeException &e) noexcept=default | |
| UnsupportedTypeException (std::string msg) | |
| UnsupportedTypeException (UnsupportedTypeException &&e) noexcept=default | |
| const char * | what () const noexcept override | 
Thrown to prevent the production of dmr++ files that contain unsupported data types.
Definition at line 20 of file UnsupportedTypeException.h.
| 
 | inlineexplicit | 
Definition at line 26 of file UnsupportedTypeException.h.
| 
 | inlineoverridenoexcept | 
Definition at line 35 of file UnsupportedTypeException.h.