pcce::VariantException Class Reference

Base class for Variant-related exceptions. More...

#include <Variant.h>

Inheritance diagram for pcce::VariantException:

pcce::Exception pcce::VariantConversionException pcce::VariantEmptyException

List of all members.

Public Member Functions

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


Detailed Description

Base class for Variant-related exceptions.

Definition at line 394 of file Variant.h.


Constructor & Destructor Documentation

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

Definition at line 396 of file Variant.h.

00396                                                                                                       :
00397       Exception( error, fileName, lineNumber)
00398     {};
  };


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