VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
taggedException.h
Go to the documentation of this file.
1 
2 
3 
4 
5 #pragma once
6 
7 #include <boost/exception/all.hpp>
8 #include <vlutil/vlExceptions.h>
9 
14 template <typename Tag, typename Base = DtException>
15 class DtTaggedException : public Base, virtual public boost::exception
16 {
17 public:
19  const char *msg,
20  const char *func,
21  const char *file,
22  unsigned int line,
23  const DtException *prev = 0) throw() : Base(msg,func,file,line,prev) { }
24 };

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)