Searched refs:LinkageException (Results 1 – 2 of 2) sorted by relevance
832 class LinkageException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Program835 LinkageException(const glw::GLchar* error_message);837 virtual ~LinkageException() throw() in ~LinkageException()
2749 catch (const LinkageException& exc) in Init()3030 throw LinkageException(message.c_str()); in Link()3217 Program::LinkageException::LinkageException(const glw::GLchar* message) : m_error_message(message) in LinkageException() function in gl4cts::EnhancedLayouts::Utils::Program::LinkageException3226 const char* Program::LinkageException::what() const throw() in what()