Undefined exceptions are used to indicate that an undefined model or port has been activated by an external event, or that some other operation has referenced an undefined model or port
Inheritance:
Public Methods
-
UndefinedException(const devs* model)
-
UndefinedException(const devs* model, port_t port)
-
UndefinedException(const UndefinedException& src)
-
bool undefinedPort() const
-
bool undefinedModel() const
-
virtual ~UndefinedException()
Public Methods
-
const devs* getModel() const
Public Methods
-
const char* getError() const
Protected Fields
-
cstr errmsg
Documentation
Undefined exceptions are used to indicate that an undefined model
or port has been activated by an external event, or that some other
operation has referenced an undefined model or port
UndefinedException(const devs* model)
UndefinedException(const devs* model, port_t port)
UndefinedException(const UndefinedException& src)
bool undefinedPort() const
bool undefinedModel() const
virtual ~UndefinedException()
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.