bes  Updated for version 3.20.6
HDFSP::Exception Class Reference
Collaboration diagram for HDFSP::Exception:
Collaboration graph

Public Member Functions

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

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()

virtual HDFSP::Exception::~ Exception ( )
throw (
)
inlinevirtual

Destructor.

Definition at line 104 of file HDFSP.h.

Member Function Documentation

◆ setException()

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

Set exception message.

Definition at line 115 of file HDFSP.h.

◆ what()

virtual const char* HDFSP::Exception::what ( ) const
throw (
)
inlinevirtual

Return exception message.

Definition at line 109 of file HDFSP.h.


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