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

Classes

class  castor::ParserParameterTypeException< ExpectedT >
 Exception thrown when the user tries to retrieve a parameter of a wrong type. More...
 

Namespaces

namespace  castor
 

Macros

#define CU_ParserParameterException(expected, given)    throw castor::ParserParameterTypeException< expected >{ given, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }
 

Macro Definition Documentation

◆ CU_ParserParameterException

#define CU_ParserParameterException ( expected,
given )    throw castor::ParserParameterTypeException< expected >{ given, __FILE__, __FUNCTION__, uint32_t( __LINE__ ) }