cinder::app::ResourceLoadExc Class Reference
Exception for failed resource loading.
More...
#include <App.h>
Inherits cinder::Exception.
List of all members.
Public Member Functions |
| ResourceLoadExc (const std::string &macPath) |
| ResourceLoadExc (int mswID, const std::string &mswType) |
| ResourceLoadExc (const std::string &macPath, int mswID, const std::string &mswType) |
virtual const char * | what () const throw () |
Public Attributes |
char | mMessage [4096] |
Detailed Description
Exception for failed resource loading.
Constructor & Destructor Documentation
cinder::app::ResourceLoadExc::ResourceLoadExc |
( |
const std::string & |
macPath |
) |
|
cinder::app::ResourceLoadExc::ResourceLoadExc |
( |
int |
mswID, |
|
|
const std::string & |
mswType | |
|
) |
| | |
cinder::app::ResourceLoadExc::ResourceLoadExc |
( |
const std::string & |
macPath, |
|
|
int |
mswID, |
|
|
const std::string & |
mswType | |
|
) |
| | |
Member Function Documentation
virtual const char* cinder::app::ResourceLoadExc::what |
( |
|
) |
const throw () [virtual] |
Member Data Documentation
The documentation for this class was generated from the following file: