11 #ifndef _GUISTOCKEXCEPT_H_
12 #define _GUISTOCKEXCEPT_H_
20 #include "../src_cpp/StockException.h"
37 virtual const char *
what() const noexcept {
56 std::cout <<
"Constructor GUIStockException with StockException argument " << std::endl;
68 #endif // _GUISTOCKEXCEPT_H_
virtual const char * what() const noexcept
Base Exception for Stock and StockManager, all src_cpp code.
GUIStockException(const StockException &fError)
Base class, for all gui errors Need a real base class here, or just use directly StockException.
std::string GetMessage() const
allow GUIException to get the message