The root exception class for all exceptions throw by the adevs library.
Public Methods
-
adevs_exception()
-
adevs_exception(const adevs_exception& src)
-
const adevs_exception& operator=(const adevs_exception& src)
-
adevs_exception(std::string err_str)
-
virtual ~adevs_exception()
-
std::string getErrorMsg()
- Get a description of the error condition
Documentation
The root exception class for all exceptions throw by the adevs library.
In general, an exception is thrown only when a fatal error is detected.
adevs_exception()
adevs_exception(const adevs_exception& src)
const adevs_exception& operator=(const adevs_exception& src)
adevs_exception(std::string err_str)
virtual ~adevs_exception()
std::string getErrorMsg()
- Get a description of the error condition
- This class has no child classes.
- Friends:
- std::ostream& operator<<(std::ostream& strm, adevs_exception& err)
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.