pcce::VariantException Class Reference
Base class for Variant-related exceptions.
More...
#include <Variant.h>
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: