class adevs::exception

The adevs::exception class is derived from the standard template library exception class

Inheritance:


Public Methods

[more] 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.
[more] exception(const adevs::exception& src)
Copy constructor
[more]const char* what() const throw()
Get the error message
[more]void* who() const
Get a pointer to the model that created the error
[more] ~exception() throw()
Destructor


Documentation

The adevs::exception class is derived from the standard template library exception class
o 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*.

o exception(const adevs::exception& src)
Copy constructor

oconst char* what() const throw()
Get the error message

ovoid* who() const
Get a pointer to the model that created the error

o ~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++.