#include <Pt/System/Library.h>
Thrown, when a symbol is not found in a library.
Inherits SystemError.
|
|
| SymbolNotFound (const std::string &sym) |
| | Construct with symbol.
|
|
| SymbolNotFound (const char *sym) |
| | Construct with symbol.
|
|
| ~SymbolNotFound () throw () |
| | Destructor.
|
|
const std::string & | symbol () const |
| | Returns the symbol, which was not found.
|