#include <Variant.h>

Public Member Functions | |
| VariantConversionException (const std::string &error, const std::string &fileName, const unsigned int lineNumber) | |
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.
| 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 {}; };
1.5.5