#include <adevs_exception.h>
Public Member Functions | |
| method_not_supported_exception (const char *method, void *model) | |
The unsupported method exception is raised if an optional virtual method is not supported by a model.
| adevs::method_not_supported_exception::method_not_supported_exception | ( | const char * | method, | |
| void * | model | |||
| ) | [inline] |
Constructor should be supplied with the model throwing the exception and the name of the method that is not supported.
1.6.1