OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
agg_util::AggregationException Class Reference

Exception class used by AggregationUtil and other agg_util classes to pass generic exceptions upward into more context-specific locations. More...

#include <AggregationException.h>

Inheritance diagram for agg_util::AggregationException:
Inheritance graph
Collaboration diagram for agg_util::AggregationException:
Collaboration graph

Public Member Functions

 AggregationException (const std::string &msg)
 
virtual ~AggregationException () throw ()
 

Detailed Description

Exception class used by AggregationUtil and other agg_util classes to pass generic exceptions upward into more context-specific locations.

Definition at line 42 of file AggregationException.h.

Constructor & Destructor Documentation

agg_util::AggregationException::AggregationException ( const std::string &  msg)

Definition at line 33 of file AggregationException.cc.

agg_util::AggregationException::~AggregationException ( )
throw (
)
virtual

Definition at line 38 of file AggregationException.cc.


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