7 #include <boost/exception/all.hpp>
8 #include <vlutil/vlExceptions.h>
14 template <
typename Tag,
typename Base = DtException>
23 const DtException *prev = 0) throw() :
Base(msg,func,file,line,prev) { }
DtTaggedException(const char *msg, const char *func, const char *file, unsigned int line, const DtException *prev=0)
Definition: taggedException.h:18
Create a new MAK exception type that inherits from boost::exception. Tag is what differentiates this ...
Definition: taggedException.h:15