class ModelException

This is the base class for exceptions generated by models

Inheritance:


Public Methods

[more] ModelException(const devs* model)
Creates an exception with an empty error message
[more] ModelException(const ModelException& src)
Copy constructor does a deep copy
[more]const devs* getModel() const
Returns the model that caused the exception to occur
[more]virtual ~ModelException()
Destructor


Inherited from DEVSException:

Public Methods

oconst char* getError() const

Protected Fields

ocstr errmsg


Documentation

This is the base class for exceptions generated by models
o ModelException(const devs* model)
Creates an exception with an empty error message

o ModelException(const ModelException& src)
Copy constructor does a deep copy

oconst devs* getModel() const
Returns the model that caused the exception to occur

ovirtual ~ModelException()
Destructor


Direct child classes:
UnsupportedException
UndefinedException
ScheduleException
FeedbackException

Alphabetic index HTML hierarchy of classes or Java



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