Exception Classes
These classes represent the exceptions which can be throw from the GTL
LoaderNotFoundException
Definition
- class LoaderNotFoundException : public std::runtime_error
- public:
- LoaderNotFoundException (const std::string & msg) : std::runtime_error(msg)
- {
- }
{
};
Other Details / Notes
- This exception is throw if a loader can not be found for a specified FileType value OR if the library cant find one based on the extension.