MADARA  3.2.3
ThreadException.h
Go to the documentation of this file.
1 /* -*- C++ -*- */
2 #ifndef _MADARA_EXCEPTION_THREADEXCEPTION_H_
3 #define _MADARA_EXCEPTION_THREADEXCEPTION_H_
4 
5 #include <string>
6 #include <stdexcept>
7 
8 namespace madara
9 {
10  namespace exceptions
11  {
15  class ThreadException : public std::runtime_error
16  {
17  public:
19  using std::runtime_error::runtime_error;
20  };
21  }
22 }
23 
24 #endif /* _MADARA_EXCEPTION_THREADEXCEPTION_H_ */
An exception for general thread-related errors.
Copyright (c) 2015 Carnegie Mellon University.