bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
dmrpp::UnsupportedTypeException Class Reference

Thrown to prevent the production of dmr++ files that contain unsupported data types. More...

#include <UnsupportedTypeException.h>

Inheritance diagram for dmrpp::UnsupportedTypeException:
Inheritance graph
Collaboration diagram for dmrpp::UnsupportedTypeException:
Collaboration graph

Public Member Functions

UnsupportedTypeExceptionoperator= (const UnsupportedTypeException &e)=default
 
UnsupportedTypeExceptionoperator= (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
 

Detailed Description

Thrown to prevent the production of dmr++ files that contain unsupported data types.

Definition at line 20 of file UnsupportedTypeException.h.

Constructor & Destructor Documentation

◆ UnsupportedTypeException()

dmrpp::UnsupportedTypeException::UnsupportedTypeException ( std::string msg)
inlineexplicit

Definition at line 26 of file UnsupportedTypeException.h.

Member Function Documentation

◆ what()

const char * dmrpp::UnsupportedTypeException::what ( ) const
inlineoverridenoexcept

Definition at line 35 of file UnsupportedTypeException.h.


The documentation for this class was generated from the following file: