VR-Forces 4.6 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 Thu Apr 12 03:15:37 EDT 2018 from SVN revision 187986
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)