The adevs::exception class is derived from the standard template
library exception class
Inheritance:
Public Methods
-
exception(const char* msg, void* model = NULL)
-
Create an exception with an error message and, if appropriate,
a pointer to the model that created the error.
-
exception(const adevs::exception& src)
-
Copy constructor
-
const char* what() const throw()
-
Get the error message
-
void* who() const
-
Get a pointer to the model that created the error
-
~exception() throw()
-
Destructor
Documentation
The adevs::exception class is derived from the standard template
library exception class
exception(const char* msg, void* model = NULL)
-
Create an exception with an error message and, if appropriate,
a pointer to the model that created the error. To avoid
templated exceptions, the model pointer is just a void*.
exception(const adevs::exception& src)
-
Copy constructor
const char* what() const throw()
-
Get the error message
void* who() const
-
Get a pointer to the model that created the error
~exception() throw()
-
Destructor
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.