25 #ifndef GCU_LOADER_ERROR_H 26 #define GCU_LOADER_ERROR_H 42 class LoaderError:
public std::exception
47 explicit LoaderError (
const std::string& __arg);
52 virtual ~LoaderError () throw ();
57 virtual const
char* what () const throw ();
60 std::
string m_msg, m_id;
65 #endif // GCU_LOADER_ERROR_H
The Gnome Chemistry Utils C++ classes.