class UndefinedException

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

[more] UndefinedException(const devs* model)
[more] UndefinedException(const devs* model, port_t port)
[more] UndefinedException(const UndefinedException& src)
[more]bool undefinedPort() const
[more]bool undefinedModel() const
[more]virtual ~UndefinedException()


Inherited from ModelException:

Public Methods

oconst devs* getModel() const


Inherited from DEVSException:

Public Methods

oconst char* getError() const

Protected Fields

ocstr 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
o UndefinedException(const devs* model)

o UndefinedException(const devs* model, port_t port)

o UndefinedException(const UndefinedException& src)

obool undefinedPort() const

obool undefinedModel() const

ovirtual ~UndefinedException()


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.