pcce::VariantEmptyException Class Reference

Exception that is thrown when attempting to get a value from an empty Variant. More...

#include <Variant.h>

Inheritance diagram for pcce::VariantEmptyException:

pcce::VariantException pcce::Exception

List of all members.

Public Member Functions

 VariantEmptyException (const std::string &error, const std::string &fileName, const unsigned int lineNumber)


Detailed Description

Exception that is thrown when attempting to get a value from an empty Variant.

Definition at line 402 of file Variant.h.


Constructor & Destructor Documentation

pcce::VariantEmptyException::VariantEmptyException ( const std::string &  error,
const std::string &  fileName,
const unsigned int  lineNumber 
) [inline]

Definition at line 404 of file Variant.h.

00404                                                                                                            :
00405       VariantException( error, fileName, lineNumber)
00406     {};
  };


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

Generated on Thu Mar 6 11:39:28 2008 for Protocce by  doxygen 1.5.5