KSD_EXPORT_CLASSclass ECannotLoadSymbol

Thrown when the shared library is unable to load the desired symbol

Inheritance:


Public Methods

[more] ECannotLoadSymbol(const std::string& message, const std::string& filename = "none", const std::string& sym = "none")
Create a cannot load symbol exception.
[more]std::string GetFilename() const
Get filename of shared object which the error involves
[more]std::string GetSymbol() const
Get the symbol involved in the error


Documentation

Thrown when the shared library is unable to load the desired symbol
o ECannotLoadSymbol(const std::string& message, const std::string& filename = "none", const std::string& sym = "none")
Create a cannot load symbol exception.

Parameters:
message - The error description.
filename - The shared library involved.
sym - The symbol name involved.

ostd::string GetFilename() const
Get filename of shared object which the error involves

ostd::string GetSymbol() const
Get the symbol involved in the error


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.