bes Updated for version 3.21.1
The Backend Server (BES) is the lower two tiers of the Hyrax data server
HDFSP::Exception Class Reference
Inheritance diagram for HDFSP::Exception:
Inheritance graph
Collaboration diagram for HDFSP::Exception:
Collaboration graph

Public Member Functions

 Exception (const std::string &msg)
 Constructor.
 
virtual void setException (const std::string &exception_message)
 Set exception message.
 
const char * what () const override throw ()
 Return exception message.
 
 ~Exception () override throw () =default
 Destructor.
 

Detailed Description

Definition at line 93 of file HDFSP.h.

Constructor & Destructor Documentation

◆ Exception()

HDFSP::Exception::Exception ( const std::string & msg)
inlineexplicit

Constructor.

Definition at line 98 of file HDFSP.h.

◆ ~Exception()

HDFSP::Exception::~Exception ( )
throw ( )
overridedefault

Destructor.

Member Function Documentation

◆ setException()

virtual void HDFSP::Exception::setException ( const std::string & exception_message)
inlinevirtual

Set exception message.

Definition at line 113 of file HDFSP.h.

◆ what()

const char * HDFSP::Exception::what ( ) const
throw ( )
inlineoverride

Return exception message.

Definition at line 107 of file HDFSP.h.


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