class adevs_exception

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

Public Methods

[more] adevs_exception()
[more] adevs_exception(const adevs_exception& src)
[more]const adevs_exception& operator=(const adevs_exception& src)
[more] adevs_exception(std::string err_str)
[more]virtual ~adevs_exception()
[more]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.
o adevs_exception()

o adevs_exception(const adevs_exception& src)

oconst adevs_exception& operator=(const adevs_exception& src)

o adevs_exception(std::string err_str)

ovirtual ~adevs_exception()

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