NeTrainSim 0.1.1 beta
The Open-Source Network Trains Simulator
 
Loading...
Searching...
No Matches
ErrorHandler Namespace Reference

Functions

void showNotification (std::string msg)
 Displays a notification message.
 
void showWarning (std::string msg)
 Displays a warning message.
 
void showError (std::string msg)
 Displays an error message.
 

Function Documentation

◆ showError()

void ErrorHandler::showError ( std::string  msg)

Displays an error message.

Parameters
msgThe error message to be displayed.

◆ showNotification()

void ErrorHandler::showNotification ( std::string  msg)

Displays a notification message.

Parameters
msgThe notification message to be displayed.

◆ showWarning()

void ErrorHandler::showWarning ( std::string  msg)

Displays a warning message.

Parameters
msgThe warning message to be displayed.