The root exception class for all exceptions throw by the adevs library.
Public Methods
-
adevs_exception()
- Constructor.
-
adevs_exception(const adevs_exception& src)
- Copy constructor
-
const adevs_exception& operator=(const adevs_exception& src)
- Assignment operator
-
adevs_exception(std::string err_str)
- Create an exception with the supplied error message
-
virtual ~adevs_exception()
- Destructor
-
std::string getErrorMsg()
- Get the error message associated with this exception
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()
- Constructor. Creates an exception with an empty error string.
adevs_exception(const adevs_exception& src)
- Copy constructor
const adevs_exception& operator=(const adevs_exception& src)
- Assignment operator
adevs_exception(std::string err_str)
-
Create an exception with the supplied error message
virtual ~adevs_exception()
- Destructor
std::string getErrorMsg()
- Get the error message associated with this exception
- 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++.