PlayerCc::PlayerError Class Reference

#include <playererror.h>

List of all members.


Detailed Description

The C++ exception class.

When libplayerc++ receives an error from libplayerc it throws a PlayerError exception.


Public Member Functions

std::string GetErrorStr () const
 the error string
std::string GetErrorFun () const
 the function that threw the error
int GetErrorCode () const
 a numerical error code
 PlayerError (const std::string aFun="", const std::string aStr="", const int aCode=-1)
 default constructor
 ~PlayerError ()
 default destructor

The documentation for this class was generated from the following file:

Last updated 12 September 2005 21:38:45