Cinder  0.8.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
cinder::app::AssetLoadExc Class Reference

Exception for failed asset loading. More...

#include <App.h>

Inheritance diagram for cinder::app::AssetLoadExc:
[legend]

Public Member Functions

 AssetLoadExc (const fs::path &relativePath)
 
virtual const char * what () const throw ()
 

Public Attributes

char mMessage [4096]
 

Detailed Description

Exception for failed asset loading.

Constructor & Destructor Documentation

cinder::app::AssetLoadExc::AssetLoadExc ( const fs::path &  relativePath)

Member Function Documentation

virtual const char* cinder::app::AssetLoadExc::what ( ) const
throw (
)
virtual

Member Data Documentation

char cinder::app::AssetLoadExc::mMessage[4096]

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