printf like creation of exceptions More...
#include <Base/GCException.h>
Protected Attributes | |
gcstring | m_SourceFileName |
the path to the source file where the exception is thrown | |
int | m_SourceLine |
The line within the source file where the exception is thrown. | |
gcstring | m_ExceptionType |
the type of the exception in sring | |
printf like creation of exceptions