This is the base class for exceptions generated by models
Inheritance:
Public Methods
-
ModelException(const devs* model)
- Creates an exception with an empty error message
-
ModelException(const ModelException& src)
- Copy constructor does a deep copy
-
const devs* getModel() const
- Returns the model that caused the exception to occur
-
virtual ~ModelException()
- Destructor
Public Methods
-
const char* getError() const
Protected Fields
-
cstr errmsg
Documentation
This is the base class for exceptions generated by models
ModelException(const devs* model)
- Creates an exception with an empty error message
ModelException(const ModelException& src)
- Copy constructor does a deep copy
const devs* getModel() const
- Returns the model that caused the exception to occur
virtual ~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++.