pcce::VariantConversionException Class Reference

Exception that is thrown when a type conversion fails. More...

#include <Variant.h>

Inheritance diagram for pcce::VariantConversionException:

pcce::VariantException pcce::Exception

List of all members.

Public Member Functions

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


Detailed Description

Exception that is thrown when a type conversion fails.

This is the class of the exception that is thrown when a boost::lexical_cast<> type conversion fails.

Definition at line 414 of file Variant.h.


Constructor & Destructor Documentation

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

Definition at line 416 of file Variant.h.

00416                                                                                                                 :
00417       VariantException( error, fileName, lineNumber)
00418     {};
  };


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