32 #ifndef CLASS_LOADER__EXCEPTIONS_HPP_ 33 #define CLASS_LOADER__EXCEPTIONS_HPP_ 49 : std::runtime_error(error_desc)
102 #endif // CLASS_LOADER__EXCEPTIONS_HPP_ An exception class thrown when class_loader is unable to load a runtime library.
LibraryUnloadException(const std::string &error_desc)
An exception class thrown when class_loader is unable to create a plugin.
ClassLoaderException(const std::string &error_desc)
An exception class thrown when a multilibrary class loader does not have a ClassLoader bound to it...
NoClassLoaderExistsException(const std::string &error_desc)
CreateClassException(const std::string &error_desc)
LibraryLoadException(const std::string &error_desc)
An exception class thrown when class_loader is unable to unload a runtime library.