foobar2000 SDK  2015-01-14
exceptions.h
Go to the documentation of this file.
1 
3 PFC_DECLARE_EXCEPTION(exception_messagebox,pfc::exception,"Internal Error");
4 
6 PFC_DECLARE_EXCEPTION(exception_shutdownrequest,pfc::exception,"Shutdown Request");
7 
8 
9 PFC_DECLARE_EXCEPTION(exception_installdamaged, exception_messagebox, "Internal error - one or more of the installed components have been damaged.");
10 PFC_DECLARE_EXCEPTION(exception_osfailure, exception_messagebox, "Internal error - broken Windows installation?");
11 PFC_DECLARE_EXCEPTION(exception_out_of_resources, exception_messagebox, "Not enough system resources available.");
12 
13 PFC_DECLARE_EXCEPTION(exception_configdamaged, exception_messagebox, "Internal error - configuration files are unreadable.");
14 
15 PFC_DECLARE_EXCEPTION(exception_profileaccess, exception_messagebox, "Internal error - cannot access configuration folder.");
PFC_DECLARE_EXCEPTION(exception_messagebox, pfc::exception,"Internal Error")
Base class for exceptions that should show a human readable message when caught in app entrypoint fun...
std::exception exception
Definition: primitives.h:193