VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator 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 Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)