11 #ifndef APP_EXCEPTION_H_
12 # define APP_EXCEPTION_H_
47 const char *
what(
void)
const throw();
AppException(const char *message)
Constructor.
Definition: app_exception.cc:18
Contains all the tools which compose the application.
Definition: app.h:27
~AppException(void)
Destructor.
Definition: app_exception.cc:23
const char * what(void) const
Return the error message that has been throw.
Definition: app_exception.cc:30
Define the exception for the App class.
Definition: app_exception.h:30