Castor3D 0.16.0
Multiplatform 3D engine
Classes | Namespaces | Macros
LoaderException.hpp File Reference

Classes

class  castor::LoaderException
 Resource loading exception. More...
 

Namespaces

namespace  castor
 

Macros

#define CU_LoaderError(text)   throw castor::LoaderException{ text, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }
 Helper macro to use LoaderException.
 

Macro Definition Documentation

◆ CU_LoaderError

#define CU_LoaderError ( text)    throw castor::LoaderException{ text, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }

Helper macro to use LoaderException.

Referenced by castor::Writer< DataT, StreamT >::operator()(), and castor::Loader< T, FT >::operator()().