class adevs_exception

The root exception class for all exceptions throw by the adevs library.

Public Methods

[more] adevs_exception()
Constructor.
[more] adevs_exception(const adevs_exception& src)
Copy constructor
[more]const adevs_exception& operator=(const adevs_exception& src)
Assignment operator
[more] adevs_exception(std::string err_str)
Create an exception with the supplied error message
[more]virtual ~adevs_exception()
Destructor
[more]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.
o adevs_exception()
Constructor. Creates an exception with an empty error string.

o adevs_exception(const adevs_exception& src)
Copy constructor

oconst adevs_exception& operator=(const adevs_exception& src)
Assignment operator

o adevs_exception(std::string err_str)
Create an exception with the supplied error message

ovirtual ~adevs_exception()
Destructor

ostd::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++.