OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
HDFSP::Exception Class Reference

#include <HDFSP.h>

Inheritance diagram for HDFSP::Exception:
Inheritance graph
Collaboration diagram for HDFSP::Exception:
Collaboration graph

Public Member Functions

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

Protected Attributes

std::string message
 Exception message. More...
 

Detailed Description

Definition at line 93 of file HDFSP.h.

Constructor & Destructor Documentation

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

Constructor.

Definition at line 98 of file HDFSP.h.

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

Destructor.

Definition at line 104 of file HDFSP.h.

Member Function Documentation

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

Set exception message.

Definition at line 115 of file HDFSP.h.

References message.

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

Return exception message.

Definition at line 109 of file HDFSP.h.

References message.

Referenced by read_das_hdfsp(), read_das_special_eos2(), and read_dds_hdfsp().

Member Data Documentation

std::string HDFSP::Exception::message
protected

Exception message.

Definition at line 123 of file HDFSP.h.

Referenced by setException(), and what().


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