Specific exception types for Library Manager. More...
#include "../Exception.h"
Go to the source code of this file.
Classes | |
struct | te::core::LibraryInvalidSearchPathException |
An exception indicating an error when adding a given path to the operational system search library path. More... | |
struct | te::core::LibraryLoadException |
An exception indicating an error when loading a shared library. More... | |
struct | te::core::LibraryNameException |
An execption indicating an error when the library name is empty. More... | |
struct | te::core::LibraryResetSearchPathException |
An exception indicating an error when reseting the operational system search library path. More... | |
struct | te::core::LibrarySearchPathException |
An exception indicating the operational system search library path was not found. More... | |
struct | te::core::LibrarySymbolNotFoundException |
An exception indicating an error when searching for a given symbol in a shared library. More... | |
struct | te::core::LibraryUnloadException |
An exception indicating an error when releasing a shared library. More... | |
Namespaces | |
te | |
TerraLib. | |
te::core | |
Specific exception types for Library Manager.
Definition in file Exception.h.