#include <user_info.h>
Public Member Functions | |
| UIException (const string &message, const Setting &element) | |
| Use this constructor when you can pass the problematical Setting as a parameter.  | |
| UIException (const string &message, const string &path) | |
| This constructor is for other occasions, when only path of problematical Setting is known.  | |
| virtual const char * | what () const throw () | 
| Overriden method for reporting an error message.  | |
 1.5.8