Searched refs:LinkageException (Results 1 – 2 of 2) sorted by relevance
829 class LinkageException : public std::exception class in gl4cts::EnhancedLayouts::Utils::Program832 LinkageException(const glw::GLchar* error_message);834 virtual ~LinkageException() throw() in ~LinkageException()
2692 catch (const LinkageException& exc) in Init()2973 throw LinkageException(message.c_str()); in Link()3160 Program::LinkageException::LinkageException(const glw::GLchar* message) : m_error_message(message) in LinkageException() function in gl4cts::EnhancedLayouts::Utils::Program::LinkageException3169 const char* Program::LinkageException::what() const throw() in what()