Forge
TypeError Class Reference

#include <exception.h>

+ Inheritance diagram for TypeError:

Public Member Functions

 TypeError (const char *const pFuncName, const int pLine, const int pIndex, const dtype pType)
 
const char * typeName () const
 
int argIndex () const
 
 ~TypeError () throw ()
 
- Public Member Functions inherited from Error
 Error (const char *const pFuncName, int pLine, const char *const pMessage, ErrorCode pErrCode)
 
const char * functionName () const
 
int line () const
 
ErrorCode err () const
 
virtual ~Error () throw ()
 

Constructor & Destructor Documentation

◆ TypeError()

TypeError ( const char *const  pFuncName,
const int  pLine,
const int  pIndex,
const dtype  pType 
)

◆ ~TypeError()

~TypeError ( )
throw (
)

Member Function Documentation

◆ argIndex()

int argIndex ( ) const

◆ typeName()

const char* typeName ( ) const

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