TouchCPLib  1.0.0
A touch-enabled GUI interface based on SDL and libTS. It provides a simple desktop-free UI for your embedded Raspberry projects.
TouchCPException Class Reference

#include <TouchCPException.h>

Inheritance diagram for TouchCPException:
Collaboration diagram for TouchCPException:

Public Member Functions

 TouchCPException (const std::string &message)
 
 TouchCPException (const char *message,...)
 
const char * what () const noexcept override
 

Constructor & Destructor Documentation

◆ TouchCPException() [1/2]

TouchCPException::TouchCPException ( const std::string &  message)
inline

◆ TouchCPException() [2/2]

TouchCPException::TouchCPException ( const char *  message,
  ... 
)
inline

Member Function Documentation

◆ what()

const char* TouchCPException::what ( ) const
inlineoverridenoexcept

The documentation for this class was generated from the following file: