![]() |
The Winamp Remote Control suite
a remote control client and plugin for Winamp 2.x, 5.x
|
#include <RPCException.h>
Inherits std::runtime_error.
Public Member Functions | |
ERPCException (int rpc_error_code) | |
virtual const char * | what () const throw () |
class to wrap up RPC error code conversion
Definition at line 12 of file RPCException.h.
|
inlineexplicit |
constructor accepting the RPC runtime error code
rpc_error_code |
Definition at line 20 of file RPCException.h.
|
inlinevirtual |
overload of what() to return the value obtained for the RPC code
Definition at line 42 of file RPCException.h.
Referenced by main(), TdmRemote::PlaylistRefreshExecute(), and ServerTester::testServer().