![]() |
VR-Forces 4.5 Class Documentation
|
Create a new MAK exception type that inherits from boost::exception. More...

Public Member Functions | |
| DtTaggedException (const char *msg, const char *func, const char *file, unsigned int line, const DtException *prev=0) throw () | |
Create a new MAK exception type that inherits from boost::exception.
Tag is what differentiates this class from other classes, it doesn't even have to be defined, just declared. example - typedef TaggedException<struct MyExceptionTag> MyException;
|
inlineexplicit |